#9B02F4

Color #9B02F4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9B02F4

Tints of Dark Violet #9B02F4

Color information

#9B02F4 (or 0x9B02F4) is unknown color: approx Dark Violet. HEX triplet: 9B, 02 and F4. RGB value is (155,2,244). Sum of RGB (Red+Green+Blue) = 155+2+244=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #9B02F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B02F4 is #64FD0B. Grayscale: #4A4A4A. Windows color (decimal): -6618380 or 15991451. OLE color: 15991451.

HSL color Cylindrical-coordinate representation of color #9B02F4: hue angle of 277.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02F4 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1552244-
CMYK0.360.9900.04
HSL277.93º98.37%48.24%-
HSV(B)277.93º99.18%95.69%-
XYZ29.8713.5486.63-
YUV75.34223.19184.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 244 (95.70% from 255) = 60.85%
R=38.65%
G=0.50%
B=60.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15522440.360.9900.04277.9398.3748.24
Hex9B2F42463041166230
Octal2332364441430442614260
Binary100110111011110100100100110001101001000101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B02F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B02F4; }

 p { color: rgb(155,2,244); }

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

<style>
 a { background-color: #9B02F4; }

 a { background-color: rgb(155,2,244); }

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

<style>
 span { border-color: #9B02F4; }

 span { border-color: rgb(155,2,244); }

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