Html Css Color HEX #9685BD Cold Purple

📋 copy color: '#9685BD'

red 150 ◦ green 133 ◦ blue 189

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

Shades of Cold Purple #9685BD

Tints of Cold Purple #9685BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 31.78%
G = 28.18%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9685BD (or 0x9685BD) is known color: Cold Purple. HEX triplet: 96, 85 and BD. RGB value is (150,133,189). Sum of RGB (Red+Green+Blue) = 150+133+189=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9685BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685BD is #697A42. Grayscale: #909090. Windows color (decimal): -6912579 or 12420502. OLE color: 12420502.

HSL color Cylindrical-coordinate representation of color #9685BD: hue angle of 258.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9685BD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 133 189 -
CMYK 0.21 0.30 0 0.26
HSL 258.21º 0.3% 0.63% -
HSV(B) 258.21º 0.3% 0.74% -
XYZ 30.15 26.93 51.75 -
YUV 144.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 150 133 189 0.21 0.30 0 0.26 258.21 0.3 0.63
Hex 96 85 BD 15 1E 0 1A 102 1E 3F
Octal 226 205 275 25 36 0 32 402 36 77
Binary 10010110 10000101 10111101 10101 11110 0 11010 100000010 11110 111111

Color Harmonies of #9685BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9685BD

Black with #9685BD

Text Example


Text Example

White with #9685BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9685BD; }

 p { color: rgb(150,133,189); }

 H1.HeaderClassName
 {
   color: #9685BD;
 }
 .AnyTagClassName
 {
   color: #9685BD;
 }
</style>

background-color css

<style>
 a { background-color: #9685BD; }

 a { background-color: rgb(150,133,189); }

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

border-color css

<style>
 span { border-color: #9685BD; }

 span { border-color: rgb(150,133,189); }

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