Html Css Color HEX #9A04BE Dark Violet

📋 copy color: '#9A04BE'

red 154 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #9A04BE

Tints of Dark Violet #9A04BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 44.25%
G = 1.15%
B = 54.6%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A04BE (or 0x9A04BE) is known color: Dark Violet. HEX triplet: 9A, 04 and BE. RGB value is (154,4,190). Sum of RGB (Red+Green+Blue) = 154+4+190=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A04BE is #65FB41. Grayscale: #454545. Windows color (decimal): -6683458 or 12453018. OLE color: 12453018.

HSL color Cylindrical-coordinate representation of color #9A04BE: hue angle of 288.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A04BE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 4 190 -
CMYK 0.19 0.98 0 0.25
HSL 288.39º 0.96% 0.38% -
HSV(B) 288.39º 0.98% 0.75% -
XYZ 22.66 10.67 49.58 -
YUV 70.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 154 4 190 0.19 0.98 0 0.25 288.39 0.96 0.38
Hex 9A 4 BE 13 62 0 19 120 60 26
Octal 232 4 276 23 142 0 31 440 140 46
Binary 10011010 100 10111110 10011 1100010 0 11001 100100000 1100000 100110

Color Harmonies of #9A04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A04BE

Black with #9A04BE

Text Example


Text Example

White with #9A04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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