Html Css Color HEX #9C0BEF Dark Violet

📋 copy color: '#9C0BEF'

red 156 ◦ green 11 ◦ blue 239

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

Shades of Dark Violet #9C0BEF

Tints of Dark Violet #9C0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 38.42%
G = 2.71%
B = 58.87%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9C0BEF (or 0x9C0BEF) is known color: Dark Violet. HEX triplet: 9C, 0B and EF. RGB value is (156,11,239). Sum of RGB (Red+Green+Blue) = 156+11+239=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C0BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0BEF is #63F410. Grayscale: #4F4F4F. Windows color (decimal): -6550545 or 15666076. OLE color: 15666076.

HSL color Cylindrical-coordinate representation of color #9C0BEF: hue angle of 278.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BEF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 11 239 -
CMYK 0.35 0.95 0 0.06
HSL 278.16º 0.91% 0.49% -
HSV(B) 278.16º 0.95% 0.94% -
XYZ 29.41 13.54 82.72 -
YUV 80.35 217.54 181.96 -
System Red Green Blue C M Y K H S L
Decimal 156 11 239 0.35 0.95 0 0.06 278.16 0.91 0.49
Hex 9C B EF 23 5F 0 6 116 5B 31
Octal 234 13 357 43 137 0 6 426 133 61
Binary 10011100 1011 11101111 100011 1011111 0 110 100010110 1011011 110001

Color Harmonies of #9C0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0BEF

Black with #9C0BEF

Text Example


Text Example

White with #9C0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,11,239); }

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

background-color css

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

 a { background-color: rgb(156,11,239); }

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

border-color css

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

 span { border-color: rgb(156,11,239); }

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