Shades of Dark Violet #9B00CF
Tints of Dark Violet #9B00CF
RGB
CMYK
RGB Variations
Color information
#9B00CF (or 0x9B00CF) is known color: Dark Violet. HEX triplet: 9B, 00 and CF. RGB value is (155,0,207). Sum of RGB (Red+Green+Blue) = 155+0+207=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00CF is #64FF30. Grayscale: #454545. Windows color (decimal): -6618929 or 13566107. OLE color: 13566107.
HSL color Cylindrical-coordinate representation of color #9B00CF: hue angle of 284.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00CF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 0 | 207 | - |
| CMYK | 0.25 | 1 | 0 | 0.19 |
| HSL | 284.93º | 1% | 0.41% | - |
| HSV(B) | 284.93º | 1% | 0.81% | - |
| XYZ | 24.78 | 11.47 | 59.94 | - |
| YUV | 69.94 | 205.35 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 207 | 0.25 | 1 | 0 | 0.19 | 284.93 | 1 | 0.41 |
| Hex | 9B | 0 | CF | 19 | 64 | 0 | 13 | 11D | 64 | 29 |
| Octal | 233 | 0 | 317 | 31 | 144 | 0 | 23 | 435 | 144 | 51 |
| Binary | 10011011 | 0 | 11001111 | 11001 | 1100100 | 0 | 10011 | 100011101 | 1100100 | 101001 |
Color Harmonies of #9B00CF
Complementary color
Monochromatic Colors of #9B00CF
Black with #9B00CF
Text Example
Text Example
White with #9B00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00CF; }
p { color: rgb(155,0,207); }
H1.HeaderClassName
{
color: #9B00CF;
}
.AnyTagClassName
{
color: #9B00CF;
}
</style>
background-color css
<style>
a { background-color: #9B00CF; }
a { background-color: rgb(155,0,207); }
div.DivClassName
{
background-color: #9B00CF;
}
.BgClassName
{
background-color: #9B00CF;
}
</style>
border-color css
<style>
span { border-color: #9B00CF; }
span { border-color: rgb(155,0,207); }
td.TdClassName
{
border-color: #9B00CF;
}
.TagClassName
{
border-color: #9B00CF;
}
</style>