Html Css Color HEX #9685CF Cold Purple

📋 copy color: '#9685CF'

red 150 ◦ green 133 ◦ blue 207

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

Shades of Cold Purple #9685CF

Tints of Cold Purple #9685CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 30.61%
G = 27.14%
B = 42.24%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9685CF (or 0x9685CF) is known color: Cold Purple. HEX triplet: 96, 85 and CF. RGB value is (150,133,207). Sum of RGB (Red+Green+Blue) = 150+133+207=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #9685CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685CF is #697A30. Grayscale: #929292. Windows color (decimal): -6912561 or 13600150. OLE color: 13600150.

HSL color Cylindrical-coordinate representation of color #9685CF: hue angle of 253.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9685CF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 133 207 -
CMYK 0.28 0.36 0 0.19
HSL 253.78º 0.44% 0.67% -
HSV(B) 253.78º 0.36% 0.81% -
XYZ 32.23 27.76 62.69 -
YUV 146.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 150 133 207 0.28 0.36 0 0.19 253.78 0.44 0.67
Hex 96 85 CF 1C 24 0 13 FE 2C 43
Octal 226 205 317 34 44 0 23 376 54 103
Binary 10010110 10000101 11001111 11100 100100 0 10011 11111110 101100 1000011

Color Harmonies of #9685CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9685CF

Black with #9685CF

Text Example


Text Example

White with #9685CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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