#992CF7

Color #992CF7 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #992CF7

Tints of Blue Violet #992CF7

Color information

#992CF7 (or 0x992CF7) is unknown color: approx Blue Violet. HEX triplet: 99, 2C and F7. RGB value is (153,44,247). Sum of RGB (Red+Green+Blue) = 153+44+247=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #992CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CF7 is #66D308. Grayscale: #636363. Windows color (decimal): -6738697 or 16198809. OLE color: 16198809.

HSL color Cylindrical-coordinate representation of color #992CF7: hue angle of 272.22º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992CF7 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15344247-
CMYK0.380.8200.03
HSL272.22º92.69%57.06%-
HSV(B)272.22º82.19%96.86%-
XYZ30.8315.2989.32-
YUV99.73211.11165.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 44 (17.58% from 255) = 9.91%
BLUE value IS 247 (96.88% from 255) = 55.63%
R=34.46%
G=9.91%
B=55.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal153442470.380.8200.03272.2292.6957.06
Hex992CF72652031105d39
Octal23154367461220342013571
Binary100110011011001111011110011010100100111000100001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992CF7; }

 p { color: rgb(153,44,247); }

 H1.HeaderClassName
 {
   color: #992CF7;
 }
 .AnyTagClassName
 {
   color: #992CF7;
 }
</style>
background-color css

<style>
 a { background-color: #992CF7; }

 a { background-color: rgb(153,44,247); }

 div.DivClassName
 {
   background-color: #992CF7;
 }
 .BgClassName
 {
   background-color: #992CF7;
 }
</style>
border-color css

<style>
 span { border-color: #992CF7; }

 span { border-color: rgb(153,44,247); }

 td.TdClassName
 {
   border-color: #992CF7;
 }
 .TagClassName
 {
   border-color: #992CF7;
 }
</style>