Html Css Color HEX #9C04BE Dark Violet

📋 copy color: '#9C04BE'

red 156 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #9C04BE

Tints of Dark Violet #9C04BE

RGB

 RED value IS 156 (61.33% from 255) = 44.57%

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

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

R = 44.57%
G = 1.14%
B = 54.29%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C04BE (or 0x9C04BE) is known color: Dark Violet. HEX triplet: 9C, 04 and BE. RGB value is (156,4,190). Sum of RGB (Red+Green+Blue) = 156+4+190=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C04BE is #63FB41. Grayscale: #464646. Windows color (decimal): -6552386 or 12453020. OLE color: 12453020.

HSL color Cylindrical-coordinate representation of color #9C04BE: hue angle of 289.03º 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 #9C04BE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 4 190 -
CMYK 0.18 0.98 0 0.25
HSL 289.03º 0.96% 0.38% -
HSV(B) 289.03º 0.98% 0.75% -
XYZ 23.05 10.87 49.6 -
YUV 70.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 156 4 190 0.18 0.98 0 0.25 289.03 0.96 0.38
Hex 9C 4 BE 12 62 0 19 121 60 26
Octal 234 4 276 22 142 0 31 441 140 46
Binary 10011100 100 10111110 10010 1100010 0 11001 100100001 1100000 100110

Color Harmonies of #9C04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C04BE

Black with #9C04BE

Text Example


Text Example

White with #9C04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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