Html Css Color HEX #9787CC Cold Purple

📋 copy color: '#9787CC'

red 151 ◦ green 135 ◦ blue 204

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

Shades of Cold Purple #9787CC

Tints of Cold Purple #9787CC

RGB

 RED value IS 151 (59.38% from 255) = 30.82%

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 30.82%
G = 27.55%
B = 41.63%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9787CC (or 0x9787CC) is known color: Cold Purple. HEX triplet: 97, 87 and CC. RGB value is (151,135,204). Sum of RGB (Red+Green+Blue) = 151+135+204=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #9787CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9787CC is #687833. Grayscale: #939393. Windows color (decimal): -6846516 or 13404055. OLE color: 13404055.

HSL color Cylindrical-coordinate representation of color #9787CC: hue angle of 253.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9787CC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 135 204 -
CMYK 0.26 0.34 0 0.2
HSL 253.91º 0.4% 0.66% -
HSV(B) 253.91º 0.34% 0.8% -
XYZ 32.33 28.27 60.88 -
YUV 147.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 151 135 204 0.26 0.34 0 0.2 253.91 0.4 0.66
Hex 97 87 CC 1A 22 0 14 FE 28 42
Octal 227 207 314 32 42 0 24 376 50 102
Binary 10010111 10000111 11001100 11010 100010 0 10100 11111110 101000 1000010

Color Harmonies of #9787CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9787CC

Black with #9787CC

Text Example


Text Example

White with #9787CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9787CC; }

 p { color: rgb(151,135,204); }

 H1.HeaderClassName
 {
   color: #9787CC;
 }
 .AnyTagClassName
 {
   color: #9787CC;
 }
</style>

background-color css

<style>
 a { background-color: #9787CC; }

 a { background-color: rgb(151,135,204); }

 div.DivClassName
 {
   background-color: #9787CC;
 }
 .BgClassName
 {
   background-color: #9787CC;
 }
</style>

border-color css

<style>
 span { border-color: #9787CC; }

 span { border-color: rgb(151,135,204); }

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