Html Css Color HEX #9B0CDC Dark Violet

📋 copy color: '#9B0CDC'

red 155 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #9B0CDC

Tints of Dark Violet #9B0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

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

R = 40.05%
G = 3.1%
B = 56.85%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B0CDC (or 0x9B0CDC) is known color: Dark Violet. HEX triplet: 9B, 0C and DC. RGB value is (155,12,220). Sum of RGB (Red+Green+Blue) = 155+12+220=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CDC is #64F323. Grayscale: #4D4D4D. Windows color (decimal): -6615844 or 14421147. OLE color: 14421147.

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

Color convert

RGB 155 12 220 -
CMYK 0.30 0.95 0 0.14
HSL 281.25º 0.9% 0.45% -
HSV(B) 281.25º 0.95% 0.86% -
XYZ 26.57 12.4 68.7 -
YUV 78.47 207.88 182.59 -
System Red Green Blue C M Y K H S L
Decimal 155 12 220 0.30 0.95 0 0.14 281.25 0.9 0.45
Hex 9B C DC 1E 5F 0 E 119 5A 2D
Octal 233 14 334 36 137 0 16 431 132 55
Binary 10011011 1100 11011100 11110 1011111 0 1110 100011001 1011010 101101

Color Harmonies of #9B0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0CDC

Black with #9B0CDC

Text Example


Text Example

White with #9B0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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