Html Css Color HEX #9675CD True V

📋 copy color: '#9675CD'

red 150 ◦ green 117 ◦ blue 205

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

Shades of True V #9675CD

Tints of True V #9675CD

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 value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9675CD (or 0x9675CD) is known color: 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

RGB 150 117 205 -
CMYK 0.27 0.43 0 0.20
HSL 262.5º 0.47% 0.63% -
HSV(B) 262.5º 0.43% 0.8% -
XYZ 29.96 23.61 60.74 -
YUV 136.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 150 117 205 0.27 0.43 0 0.20 262.5 0.47 0.63
Hex 96 75 CD 1B 2B 0 14 106 2F 3F
Octal 226 165 315 33 53 0 24 406 57 77
Binary 10010110 1110101 11001101 11011 101011 0 10100 100000110 101111 111111

Color Harmonies of #9675CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675CD

Black with #9675CD

Text Example


Text Example

White with #9675CD

Text Example


Text Example

HTML Codes & Css Web 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>