Html Css Color HEX #9B0EDC Dark Violet

📋 copy color: '#9B0EDC'

red 155 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #9B0EDC

Tints of Dark Violet #9B0EDC

RGB

 RED value IS 155 (60.94% from 255) = 39.85%

 GREEN value IS 14 (5.86% from 255) = 3.6%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 39.85%
G = 3.6%
B = 56.56%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B0EDC (or 0x9B0EDC) is known color: Dark Violet. HEX triplet: 9B, 0E and DC. RGB value is (155,14,220). Sum of RGB (Red+Green+Blue) = 155+14+220=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0EDC is #64F123. Grayscale: #4E4E4E. Windows color (decimal): -6615332 or 14421659. OLE color: 14421659.

HSL color Cylindrical-coordinate representation of color #9B0EDC: hue angle of 281.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0EDC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 14 220 -
CMYK 0.30 0.94 0 0.14
HSL 281.07º 0.88% 0.46% -
HSV(B) 281.07º 0.94% 0.86% -
XYZ 26.59 12.45 68.71 -
YUV 79.64 207.21 181.75 -
System Red Green Blue C M Y K H S L
Decimal 155 14 220 0.30 0.94 0 0.14 281.07 0.88 0.46
Hex 9B E DC 1E 5E 0 E 119 58 2E
Octal 233 16 334 36 136 0 16 431 130 56
Binary 10011011 1110 11011100 11110 1011110 0 1110 100011001 1011000 101110

Color Harmonies of #9B0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0EDC

Black with #9B0EDC

Text Example


Text Example

White with #9B0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,14,220); }

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

background-color css

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

 a { background-color: rgb(155,14,220); }

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

border-color css

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

 span { border-color: rgb(155,14,220); }

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