Html Css Color HEX #9687C3 Cold Purple

📋 copy color: '#9687C3'

red 150 ◦ green 135 ◦ blue 195

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

Shades of Cold Purple #9687C3

Tints of Cold Purple #9687C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.63%

R = 31.25%
G = 28.13%
B = 40.63%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9687C3 (or 0x9687C3) is known color: Cold Purple. HEX triplet: 96, 87 and C3. RGB value is (150,135,195). Sum of RGB (Red+Green+Blue) = 150+135+195=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #9687C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687C3 is #69783C. Grayscale: #929292. Windows color (decimal): -6912061 or 12814230. OLE color: 12814230.

HSL color Cylindrical-coordinate representation of color #9687C3: hue angle of 255º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9687C3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 135 195 -
CMYK 0.23 0.31 0 0.24
HSL 255º 0.33% 0.65% -
HSV(B) 255º 0.31% 0.76% -
XYZ 31.09 27.75 55.35 -
YUV 146.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 150 135 195 0.23 0.31 0 0.24 255 0.33 0.65
Hex 96 87 C3 17 1F 0 18 FF 21 41
Octal 226 207 303 27 37 0 30 377 41 101
Binary 10010110 10000111 11000011 10111 11111 0 11000 11111111 100001 1000001

Color Harmonies of #9687C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687C3

Black with #9687C3

Text Example


Text Example

White with #9687C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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