Html Css Color HEX #9682CB Cold Purple

📋 copy color: '#9682CB'

red 150 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #9682CB

Tints of Cold Purple #9682CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 31.06%
G = 26.92%
B = 42.03%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9682CB (or 0x9682CB) is known color: Cold Purple. HEX triplet: 96, 82 and CB. RGB value is (150,130,203). Sum of RGB (Red+Green+Blue) = 150+130+203=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9682CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682CB is #697D34. Grayscale: #909090. Windows color (decimal): -6913333 or 13337238. OLE color: 13337238.

HSL color Cylindrical-coordinate representation of color #9682CB: hue angle of 256.44º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9682CB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 130 203 -
CMYK 0.26 0.36 0 0.20
HSL 256.44º 0.41% 0.65% -
HSV(B) 256.44º 0.36% 0.8% -
XYZ 31.34 26.76 60.01 -
YUV 144.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 150 130 203 0.26 0.36 0 0.20 256.44 0.41 0.65
Hex 96 82 CB 1A 24 0 14 100 29 41
Octal 226 202 313 32 44 0 24 400 51 101
Binary 10010110 10000010 11001011 11010 100100 0 10100 100000000 101001 1000001

Color Harmonies of #9682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682CB

Black with #9682CB

Text Example


Text Example

White with #9682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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