#9402F4

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

Shades of Dark Violet #9402F4

Tints of Dark Violet #9402F4

Color information

#9402F4 (or 0x9402F4) is unknown color: approx Dark Violet. HEX triplet: 94, 02 and F4. RGB value is (148,2,244). Sum of RGB (Red+Green+Blue) = 148+2+244=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 244 (95.70% from 255 or 61.93% from 394); Max value from RGB is 244 - color contains mainly: blue. Hex color #9402F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9402F4 is #6BFD0B. Grayscale: #484848. Windows color (decimal): -7077132 or 15991444. OLE color: 15991444.

HSL color Cylindrical-coordinate representation of color #9402F4: hue angle of 276.2º 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 #9402F4 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1482244-
CMYK0.390.9900.04
HSL276.2º98.37%48.24%-
HSV(B)276.2º99.18%95.69%-
XYZ28.5612.8786.57-
YUV73.24224.37181.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 244 (95.70% from 255) = 61.93%
R=37.56%
G=0.51%
B=61.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14822440.390.9900.04276.298.3748.24
Hex942F42763041146230
Octal2242364471430442414260
Binary100101001011110100100111110001101001000101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9402F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9402F4; }

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

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

<style>
 a { background-color: #9402F4; }

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

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

<style>
 span { border-color: #9402F4; }

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

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