Html Css Color HEX #9B0DDE Dark Violet

📋 copy color: '#9B0DDE'

red 155 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #9B0DDE

Tints of Dark Violet #9B0DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.33%

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 39.74%
G = 3.33%
B = 56.92%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B0DDE (or 0x9B0DDE) is known color: Dark Violet. HEX triplet: 9B, 0D and DE. RGB value is (155,13,222). Sum of RGB (Red+Green+Blue) = 155+13+222=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B0DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0DDE is #64F221. Grayscale: #4E4E4E. Windows color (decimal): -6615586 or 14552475. OLE color: 14552475.

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

Color convert

RGB 155 13 222 -
CMYK 0.30 0.94 0 0.13
HSL 280.77º 0.89% 0.46% -
HSV(B) 280.77º 0.94% 0.87% -
XYZ 26.85 12.53 70.11 -
YUV 79.28 208.54 182.01 -
System Red Green Blue C M Y K H S L
Decimal 155 13 222 0.30 0.94 0 0.13 280.77 0.89 0.46
Hex 9B D DE 1E 5E 0 D 119 59 2E
Octal 233 15 336 36 136 0 15 431 131 56
Binary 10011011 1101 11011110 11110 1011110 0 1101 100011001 1011001 101110

Color Harmonies of #9B0DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0DDE

Black with #9B0DDE

Text Example


Text Example

White with #9B0DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,13,222); }

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

background-color css

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

 a { background-color: rgb(155,13,222); }

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

border-color css

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

 span { border-color: rgb(155,13,222); }

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