Html Css Color HEX #9687CA Cold Purple

📋 copy color: '#9687CA'

red 150 ◦ green 135 ◦ blue 202

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

Shades of Cold Purple #9687CA

Tints of Cold Purple #9687CA

RGB

 RED value IS 150 (58.98% from 255) = 30.8%

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 30.8%
G = 27.72%
B = 41.48%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9687CA (or 0x9687CA) is known color: Cold Purple. HEX triplet: 96, 87 and CA. RGB value is (150,135,202). Sum of RGB (Red+Green+Blue) = 150+135+202=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #9687CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687CA is #697835. Grayscale: #929292. Windows color (decimal): -6912054 or 13272982. OLE color: 13272982.

HSL color Cylindrical-coordinate representation of color #9687CA: hue angle of 253.43º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9687CA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 135 202 -
CMYK 0.26 0.33 0 0.21
HSL 253.43º 0.39% 0.66% -
HSV(B) 253.43º 0.33% 0.79% -
XYZ 31.9 28.08 59.61 -
YUV 147.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 150 135 202 0.26 0.33 0 0.21 253.43 0.39 0.66
Hex 96 87 CA 1A 21 0 15 FD 27 42
Octal 226 207 312 32 41 0 25 375 47 102
Binary 10010110 10000111 11001010 11010 100001 0 10101 11111101 100111 1000010

Color Harmonies of #9687CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687CA

Black with #9687CA

Text Example


Text Example

White with #9687CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9687CA; }

 p { color: rgb(150,135,202); }

 H1.HeaderClassName
 {
   color: #9687CA;
 }
 .AnyTagClassName
 {
   color: #9687CA;
 }
</style>

background-color css

<style>
 a { background-color: #9687CA; }

 a { background-color: rgb(150,135,202); }

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

border-color css

<style>
 span { border-color: #9687CA; }

 span { border-color: rgb(150,135,202); }

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