Html Css Color HEX #9005EE Dark Violet

📋 copy color: '#9005EE'

red 144 ◦ green 5 ◦ blue 238

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

Shades of Dark Violet #9005EE

Tints of Dark Violet #9005EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 37.21%
G = 1.29%
B = 61.5%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9005EE (or 0x9005EE) is known color: Dark Violet. HEX triplet: 90, 05 and EE. RGB value is (144,5,238). Sum of RGB (Red+Green+Blue) = 144+5+238=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #9005EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9005EE is #6FFA11. Grayscale: #484848. Windows color (decimal): -7338514 or 15598992. OLE color: 15598992.

HSL color Cylindrical-coordinate representation of color #9005EE: hue angle of 275.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005EE is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 5 238 -
CMYK 0.39 0.98 0 0.07
HSL 275.79º 0.96% 0.48% -
HSV(B) 275.79º 0.98% 0.93% -
XYZ 26.99 12.21 81.82 -
YUV 73.12 221.05 178.55 -
System Red Green Blue C M Y K H S L
Decimal 144 5 238 0.39 0.98 0 0.07 275.79 0.96 0.48
Hex 90 5 EE 27 62 0 7 114 60 30
Octal 220 5 356 47 142 0 7 424 140 60
Binary 10010000 101 11101110 100111 1100010 0 111 100010100 1100000 110000

Color Harmonies of #9005EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005EE

Black with #9005EE

Text Example


Text Example

White with #9005EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9005EE; }

 p { color: rgb(144,5,238); }

 H1.HeaderClassName
 {
   color: #9005EE;
 }
 .AnyTagClassName
 {
   color: #9005EE;
 }
</style>

background-color css

<style>
 a { background-color: #9005EE; }

 a { background-color: rgb(144,5,238); }

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

border-color css

<style>
 span { border-color: #9005EE; }

 span { border-color: rgb(144,5,238); }

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