#9B0DD7

Color #9B0DD7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9B0DD7

Tints of Dark Violet #9B0DD7

Color information

#9B0DD7 (or 0x9B0DD7) is unknown color: approx Dark Violet. HEX triplet: 9B, 0D and D7. RGB value is (155,13,215). Sum of RGB (Red+Green+Blue) = 155+13+215=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B0DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0DD7 is #64F228. Grayscale: #4D4D4D. Windows color (decimal): -6615593 or 14093723. OLE color: 14093723.

HSL color Cylindrical-coordinate representation of color #9B0DD7: hue angle of 282.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0DD7 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15513215-
CMYK0.280.9400.16
HSL282.18º88.6%44.71%-
HSV(B)282.18º93.95%84.31%-
XYZ25.9312.1665.27-
YUV78.49205.04182.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 13 (5.47% from 255) = 3.39%
BLUE value IS 215 (84.38% from 255) = 56.14%
R=40.47%
G=3.39%
B=56.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155132150.280.9400.16282.1888.644.71
Hex9BDD71C5E01011a592d
Octal233153273413602043213155
Binary100110111101110101111110010111100100001000110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B0DD7;
 }
 .AnyTagClassName
 {
   color: #9B0DD7;
 }
</style>
background-color css

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

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

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

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

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

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