Html Css Color HEX #9F82BE Cold Purple

📋 copy color: '#9F82BE'

red 159 ◦ green 130 ◦ blue 190

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

Shades of Cold Purple #9F82BE

Tints of Cold Purple #9F82BE

RGB

 RED value IS 159 (62.5% from 255) = 33.19%

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

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

R = 33.19%
G = 27.14%
B = 39.67%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F82BE (or 0x9F82BE) is known color: Cold Purple. HEX triplet: 9F, 82 and BE. RGB value is (159,130,190). Sum of RGB (Red+Green+Blue) = 159+130+190=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82BE is #607D41. Grayscale: #919191. Windows color (decimal): -6323522 or 12485279. OLE color: 12485279.

HSL color Cylindrical-coordinate representation of color #9F82BE: hue angle of 269º 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 #9F82BE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 130 190 -
CMYK 0.16 0.32 0 0.25
HSL 269º 0.32% 0.63% -
HSV(B) 269º 0.32% 0.75% -
XYZ 31.57 27.05 52.27 -
YUV 145.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 159 130 190 0.16 0.32 0 0.25 269 0.32 0.63
Hex 9F 82 BE 10 20 0 19 10D 20 3F
Octal 237 202 276 20 40 0 31 415 40 77
Binary 10011111 10000010 10111110 10000 100000 0 11001 100001101 100000 111111

Color Harmonies of #9F82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F82BE

Black with #9F82BE

Text Example


Text Example

White with #9F82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F82BE; }

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

 H1.HeaderClassName
 {
   color: #9F82BE;
 }
 .AnyTagClassName
 {
   color: #9F82BE;
 }
</style>

background-color css

<style>
 a { background-color: #9F82BE; }

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

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

border-color css

<style>
 span { border-color: #9F82BE; }

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

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