Html Css Color HEX #9685BF Cold Purple

📋 copy color: '#9685BF'

red 150 ◦ green 133 ◦ blue 191

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

Shades of Cold Purple #9685BF

Tints of Cold Purple #9685BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 31.65%
G = 28.06%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9685BF (or 0x9685BF) is known color: Cold Purple. HEX triplet: 96, 85 and BF. RGB value is (150,133,191). Sum of RGB (Red+Green+Blue) = 150+133+191=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9685BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685BF is #697A40. Grayscale: #909090. Windows color (decimal): -6912577 or 12551574. OLE color: 12551574.

HSL color Cylindrical-coordinate representation of color #9685BF: hue angle of 257.59º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9685BF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 133 191 -
CMYK 0.21 0.30 0 0.25
HSL 257.59º 0.31% 0.64% -
HSV(B) 257.59º 0.3% 0.75% -
XYZ 30.37 27.02 52.91 -
YUV 144.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 150 133 191 0.21 0.30 0 0.25 257.59 0.31 0.64
Hex 96 85 BF 15 1E 0 19 102 1F 40
Octal 226 205 277 25 36 0 31 402 37 100
Binary 10010110 10000101 10111111 10101 11110 0 11001 100000010 11111 1000000

Color Harmonies of #9685BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9685BF

Black with #9685BF

Text Example


Text Example

White with #9685BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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