Shades of True V #9675CE
Tints of True V #9675CE
RGB
CMYK
RGB Variations
Color information
#9675CE (or 0x9675CE) is known color: True V. HEX triplet: 96, 75 and CE. RGB value is (150,117,206). Sum of RGB (Red+Green+Blue) = 150+117+206=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9675CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675CE is #698A31. Grayscale: #888888. Windows color (decimal): -6916658 or 13530518. OLE color: 13530518.
HSL color Cylindrical-coordinate representation of color #9675CE: hue angle of 262.25º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9675CE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 117 | 206 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.19 |
| HSL | 262.25º | 0.48% | 0.63% | - |
| HSV(B) | 262.25º | 0.43% | 0.81% | - |
| XYZ | 30.08 | 23.66 | 61.37 | - |
| YUV | 137.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 206 | 0.27 | 0.43 | 0 | 0.19 | 262.25 | 0.48 | 0.63 |
| Hex | 96 | 75 | CE | 1B | 2B | 0 | 13 | 106 | 30 | 3F |
| Octal | 226 | 165 | 316 | 33 | 53 | 0 | 23 | 406 | 60 | 77 |
| Binary | 10010110 | 1110101 | 11001110 | 11011 | 101011 | 0 | 10011 | 100000110 | 110000 | 111111 |
Color Harmonies of #9675CE
Complementary color
Monochromatic Colors of #9675CE
Black with #9675CE
Text Example
Text Example
White with #9675CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675CE; }
p { color: rgb(150,117,206); }
H1.HeaderClassName
{
color: #9675CE;
}
.AnyTagClassName
{
color: #9675CE;
}
</style>
background-color css
<style>
a { background-color: #9675CE; }
a { background-color: rgb(150,117,206); }
div.DivClassName
{
background-color: #9675CE;
}
.BgClassName
{
background-color: #9675CE;
}
</style>
border-color css
<style>
span { border-color: #9675CE; }
span { border-color: rgb(150,117,206); }
td.TdClassName
{
border-color: #9675CE;
}
.TagClassName
{
border-color: #9675CE;
}
</style>