Html Css Color HEX #9682BE Cold Purple

📋 copy color: '#9682BE'

red 150 ◦ green 130 ◦ blue 190

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

Shades of Cold Purple #9682BE

Tints of Cold Purple #9682BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 31.91%
G = 27.66%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9682BE (or 0x9682BE) is known color: Cold Purple. HEX triplet: 96, 82 and BE. RGB value is (150,130,190). Sum of RGB (Red+Green+Blue) = 150+130+190=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9682BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682BE is #697D41. Grayscale: #8E8E8E. Windows color (decimal): -6913346 or 12485270. OLE color: 12485270.

HSL color Cylindrical-coordinate representation of color #9682BE: hue angle of 260º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9682BE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 130 190 -
CMYK 0.21 0.32 0 0.25
HSL 260º 0.32% 0.63% -
HSV(B) 260º 0.32% 0.75% -
XYZ 29.85 26.17 52.19 -
YUV 142.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 150 130 190 0.21 0.32 0 0.25 260 0.32 0.63
Hex 96 82 BE 15 20 0 19 104 20 3F
Octal 226 202 276 25 40 0 31 404 40 77
Binary 10010110 10000010 10111110 10101 100000 0 11001 100000100 100000 111111

Color Harmonies of #9682BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682BE

Black with #9682BE

Text Example


Text Example

White with #9682BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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