Html Css Color HEX #9682BB Cold Purple

📋 copy color: '#9682BB'

red 150 ◦ green 130 ◦ blue 187

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

Shades of Cold Purple #9682BB

Tints of Cold Purple #9682BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 32.12%
G = 27.84%
B = 40.04%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9682BB (or 0x9682BB) is known color: Cold Purple. HEX triplet: 96, 82 and BB. RGB value is (150,130,187). Sum of RGB (Red+Green+Blue) = 150+130+187=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9682BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682BB is #697D44. Grayscale: #8E8E8E. Windows color (decimal): -6913349 or 12288662. OLE color: 12288662.

HSL color Cylindrical-coordinate representation of color #9682BB: hue angle of 261.05º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9682BB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 130 187 -
CMYK 0.20 0.30 0 0.27
HSL 261.05º 0.3% 0.62% -
HSV(B) 261.05º 0.3% 0.73% -
XYZ 29.53 26.04 50.48 -
YUV 142.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 150 130 187 0.20 0.30 0 0.27 261.05 0.3 0.62
Hex 96 82 BB 14 1E 0 1B 105 1E 3E
Octal 226 202 273 24 36 0 33 405 36 76
Binary 10010110 10000010 10111011 10100 11110 0 11011 100000101 11110 111110

Color Harmonies of #9682BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682BB

Black with #9682BB

Text Example


Text Example

White with #9682BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9682BB; }

 p { color: rgb(150,130,187); }

 H1.HeaderClassName
 {
   color: #9682BB;
 }
 .AnyTagClassName
 {
   color: #9682BB;
 }
</style>

background-color css

<style>
 a { background-color: #9682BB; }

 a { background-color: rgb(150,130,187); }

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

border-color css

<style>
 span { border-color: #9682BB; }

 span { border-color: rgb(150,130,187); }

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