Html Css Color HEX #9006EA Dark Violet

📋 copy color: '#9006EA'

red 144 ◦ green 6 ◦ blue 234

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

Shades of Dark Violet #9006EA

Tints of Dark Violet #9006EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 37.5%
G = 1.56%
B = 60.94%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9006EA (or 0x9006EA) is known color: Dark Violet. HEX triplet: 90, 06 and EA. RGB value is (144,6,234). Sum of RGB (Red+Green+Blue) = 144+6+234=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #9006EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006EA is #6FF915. Grayscale: #484848. Windows color (decimal): -7338262 or 15337104. OLE color: 15337104.

HSL color Cylindrical-coordinate representation of color #9006EA: hue angle of 276.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006EA is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 6 234 -
CMYK 0.38 0.97 0 0.08
HSL 276.32º 0.95% 0.47% -
HSV(B) 276.32º 0.97% 0.92% -
XYZ 26.42 12 78.77 -
YUV 73.25 218.72 178.46 -
System Red Green Blue C M Y K H S L
Decimal 144 6 234 0.38 0.97 0 0.08 276.32 0.95 0.47
Hex 90 6 EA 26 61 0 8 114 5F 2F
Octal 220 6 352 46 141 0 10 424 137 57
Binary 10010000 110 11101010 100110 1100001 0 1000 100010100 1011111 101111

Color Harmonies of #9006EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006EA

Black with #9006EA

Text Example


Text Example

White with #9006EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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