Html Css Color HEX #9003EE Dark Violet

📋 copy color: '#9003EE'

red 144 ◦ green 3 ◦ blue 238

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

Shades of Dark Violet #9003EE

Tints of Dark Violet #9003EE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 37.4%
G = 0.78%
B = 61.82%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9003EE (or 0x9003EE) is known color: Dark Violet. HEX triplet: 90, 03 and EE. RGB value is (144,3,238). Sum of RGB (Red+Green+Blue) = 144+3+238=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #9003EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9003EE is #6FFC11. Grayscale: #474747. Windows color (decimal): -7339026 or 15598480. OLE color: 15598480.

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

Color convert

RGB 144 3 238 -
CMYK 0.39 0.99 0 0.07
HSL 276º 0.98% 0.47% -
HSV(B) 276º 0.99% 0.93% -
XYZ 26.97 12.17 81.82 -
YUV 71.95 221.71 179.39 -
System Red Green Blue C M Y K H S L
Decimal 144 3 238 0.39 0.99 0 0.07 276 0.98 0.47
Hex 90 3 EE 27 63 0 7 114 62 2F
Octal 220 3 356 47 143 0 7 424 142 57
Binary 10010000 11 11101110 100111 1100011 0 111 100010100 1100010 101111

Color Harmonies of #9003EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9003EE

Black with #9003EE

Text Example


Text Example

White with #9003EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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