Html Css Color HEX #9B0ADC Dark Violet

📋 copy color: '#9B0ADC'

red 155 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #9B0ADC

Tints of Dark Violet #9B0ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

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

R = 40.26%
G = 2.6%
B = 57.14%

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

#9B0ADC (or 0x9B0ADC) is known color: Dark Violet. HEX triplet: 9B, 0A and DC. RGB value is (155,10,220). Sum of RGB (Red+Green+Blue) = 155+10+220=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B0ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ADC is #64F523. Grayscale: #4C4C4C. Windows color (decimal): -6616356 or 14420635. OLE color: 14420635.

HSL color Cylindrical-coordinate representation of color #9B0ADC: hue angle of 281.43º degrees, saturation: 0.91, 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 #9B0ADC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 10 220 -
CMYK 0.30 0.95 0 0.14
HSL 281.43º 0.91% 0.45% -
HSV(B) 281.43º 0.95% 0.86% -
XYZ 26.54 12.35 68.7 -
YUV 77.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 155 10 220 0.30 0.95 0 0.14 281.43 0.91 0.45
Hex 9B A DC 1E 5F 0 E 119 5B 2D
Octal 233 12 334 36 137 0 16 431 133 55
Binary 10011011 1010 11011100 11110 1011111 0 1110 100011001 1011011 101101

Color Harmonies of #9B0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0ADC

Black with #9B0ADC

Text Example


Text Example

White with #9B0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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