Html Css Color HEX #9006FC Dark Violet

📋 copy color: '#9006FC'

red 144 ◦ green 6 ◦ blue 252

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

Shades of Dark Violet #9006FC

Tints of Dark Violet #9006FC

RGB

 RED value IS 144 (56.64% from 255) = 35.82%

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 252 (98.83% from 255) = 62.69%

R = 35.82%
G = 1.49%
B = 62.69%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9006FC (or 0x9006FC) is known color: Dark Violet. HEX triplet: 90, 06 and FC. RGB value is (144,6,252). Sum of RGB (Red+Green+Blue) = 144+6+252=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #9006FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006FC is #6FF903. Grayscale: #4A4A4A. Windows color (decimal): -7338244 or 16516752. OLE color: 16516752.

HSL color Cylindrical-coordinate representation of color #9006FC: hue angle of 273.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9006FC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 6 252 -
CMYK 0.43 0.98 0 0.01
HSL 273.66º 0.98% 0.51% -
HSV(B) 273.66º 0.98% 0.99% -
XYZ 29.14 13.09 93.09 -
YUV 75.31 227.72 177 -
System Red Green Blue C M Y K H S L
Decimal 144 6 252 0.43 0.98 0 0.01 273.66 0.98 0.51
Hex 90 6 FC 2B 62 0 1 112 62 33
Octal 220 6 374 53 142 0 1 422 142 63
Binary 10010000 110 11111100 101011 1100010 0 1 100010010 1100010 110011

Color Harmonies of #9006FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006FC

Black with #9006FC

Text Example


Text Example

White with #9006FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9006FC; }

 p { color: rgb(144,6,252); }

 H1.HeaderClassName
 {
   color: #9006FC;
 }
 .AnyTagClassName
 {
   color: #9006FC;
 }
</style>

background-color css

<style>
 a { background-color: #9006FC; }

 a { background-color: rgb(144,6,252); }

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

border-color css

<style>
 span { border-color: #9006FC; }

 span { border-color: rgb(144,6,252); }

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