Html Css Color HEX #9B0DE5 Dark Violet

📋 copy color: '#9B0DE5'

red 155 ◦ green 13 ◦ blue 229

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

Shades of Dark Violet #9B0DE5

Tints of Dark Violet #9B0DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.68%

R = 39.04%
G = 3.27%
B = 57.68%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9B0DE5 (or 0x9B0DE5) is known color: Dark Violet. HEX triplet: 9B, 0D and E5. RGB value is (155,13,229). Sum of RGB (Red+Green+Blue) = 155+13+229=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B0DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0DE5 is #64F21A. Grayscale: #4F4F4F. Windows color (decimal): -6615579 or 15011227. OLE color: 15011227.

HSL color Cylindrical-coordinate representation of color #9B0DE5: hue angle of 279.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0DE5 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 13 229 -
CMYK 0.32 0.94 0 0.10
HSL 279.44º 0.89% 0.47% -
HSV(B) 279.44º 0.94% 0.9% -
XYZ 27.8 12.91 75.16 -
YUV 80.08 212.04 181.44 -
System Red Green Blue C M Y K H S L
Decimal 155 13 229 0.32 0.94 0 0.10 279.44 0.89 0.47
Hex 9B D E5 20 5E 0 A 117 59 2F
Octal 233 15 345 40 136 0 12 427 131 57
Binary 10011011 1101 11100101 100000 1011110 0 1010 100010111 1011001 101111

Color Harmonies of #9B0DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0DE5

Black with #9B0DE5

Text Example


Text Example

White with #9B0DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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