Html Css Color HEX #9A04EE Dark Violet

📋 copy color: '#9A04EE'

red 154 ◦ green 4 ◦ blue 238

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

Shades of Dark Violet #9A04EE

Tints of Dark Violet #9A04EE

RGB

 RED value IS 154 (60.55% from 255) = 38.89%

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

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

R = 38.89%
G = 1.01%
B = 60.1%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A04EE (or 0x9A04EE) is known color: Dark Violet. HEX triplet: 9A, 04 and EE. RGB value is (154,4,238). Sum of RGB (Red+Green+Blue) = 154+4+238=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A04EE is #65FB11. Grayscale: #4A4A4A. Windows color (decimal): -6683410 or 15598746. OLE color: 15598746.

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

Color convert

RGB 154 4 238 -
CMYK 0.35 0.98 0 0.07
HSL 278.46º 0.97% 0.47% -
HSV(B) 278.46º 0.98% 0.93% -
XYZ 28.8 13.13 81.91 -
YUV 75.53 219.7 183.97 -
System Red Green Blue C M Y K H S L
Decimal 154 4 238 0.35 0.98 0 0.07 278.46 0.97 0.47
Hex 9A 4 EE 23 62 0 7 116 61 2F
Octal 232 4 356 43 142 0 7 426 141 57
Binary 10011010 100 11101110 100011 1100010 0 111 100010110 1100001 101111

Color Harmonies of #9A04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A04EE

Black with #9A04EE

Text Example


Text Example

White with #9A04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A04EE; }

 p { color: rgb(154,4,238); }

 H1.HeaderClassName
 {
   color: #9A04EE;
 }
 .AnyTagClassName
 {
   color: #9A04EE;
 }
</style>

background-color css

<style>
 a { background-color: #9A04EE; }

 a { background-color: rgb(154,4,238); }

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

border-color css

<style>
 span { border-color: #9A04EE; }

 span { border-color: rgb(154,4,238); }

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