#9675CD

Color #9675CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9675CD

Tints of True V #9675CD

Color information

#9675CD (or 0x9675CD) is unknown color: approx True V. HEX triplet: 96, 75 and CD. RGB value is (150,117,205). Sum of RGB (Red+Green+Blue) = 150+117+205=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9675CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675CD is #698A32. Grayscale: #888888. Windows color (decimal): -6916659 or 13464982. OLE color: 13464982.

HSL color Cylindrical-coordinate representation of color #9675CD: hue angle of 262.5º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9675CD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150117205-
CMYK0.270.4300.20
HSL262.5º46.81%63.14%-
HSV(B)262.5º42.93%80.39%-
XYZ29.9623.6160.74-
YUV136.9166.43137.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=31.78%
G=24.79%
B=43.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501172050.270.4300.20262.546.8163.14
Hex9675CD1B2B0141062f3f
Octal22616531533530244065777
Binary1001011011101011100110111011101011010100100000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9675CD; }

 p { color: rgb(150,117,205); }

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

<style>
 a { background-color: #9675CD; }

 a { background-color: rgb(150,117,205); }

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

<style>
 span { border-color: #9675CD; }

 span { border-color: rgb(150,117,205); }

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