Html Css Color HEX #9604FA Dark Violet

📋 copy color: '#9604FA'

red 150 ◦ green 4 ◦ blue 250

#9604FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9604FA

Tints of Dark Violet #9604FA

RGB

 RED value IS 150 (58.98% from 255) = 37.13%

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 250 (98.05% from 255) = 61.88%

R = 37.13%
G = 0.99%
B = 61.88%

CMYK

 C value IS 0.4

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9604FA (or 0x9604FA) is known color: Dark Violet. HEX triplet: 96, 04 and FA. RGB value is (150,4,250). Sum of RGB (Red+Green+Blue) = 150+4+250=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #9604FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9604FA is #69FB05. Grayscale: #4A4A4A. Windows color (decimal): -6945542 or 16385174. OLE color: 16385174.

HSL color Cylindrical-coordinate representation of color #9604FA: hue angle of 275.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604FA is Cyan = 0.4, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 4 250 -
CMYK 0.4 0.98 0 0.02
HSL 275.61º 0.97% 0.5% -
HSV(B) 275.61º 0.98% 0.98% -
XYZ 29.88 13.47 91.47 -
YUV 75.7 226.37 181 -
System Red Green Blue C M Y K H S L
Decimal 150 4 250 0.4 0.98 0 0.02 275.61 0.97 0.5
Hex 96 4 FA 28 62 0 2 114 61 32
Octal 226 4 372 50 142 0 2 424 141 62
Binary 10010110 100 11111010 101000 1100010 0 10 100010100 1100001 110010

Color Harmonies of #9604FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9604FA

Black with #9604FA

Text Example


Text Example

White with #9604FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9604FA; }

 p { color: rgb(150,4,250); }

 H1.HeaderClassName
 {
   color: #9604FA;
 }
 .AnyTagClassName
 {
   color: #9604FA;
 }
</style>

background-color css

<style>
 a { background-color: #9604FA; }

 a { background-color: rgb(150,4,250); }

 div.DivClassName
 {
   background-color: #9604FA;
 }
 .BgClassName
 {
   background-color: #9604FA;
 }
</style>

border-color css

<style>
 span { border-color: #9604FA; }

 span { border-color: rgb(150,4,250); }

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