Html Css Color HEX #9F82CC Cold Purple

📋 copy color: '#9F82CC'

red 159 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #9F82CC

Tints of Cold Purple #9F82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 32.25%
G = 26.37%
B = 41.38%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F82CC (or 0x9F82CC) is known color: Cold Purple. HEX triplet: 9F, 82 and CC. RGB value is (159,130,204). Sum of RGB (Red+Green+Blue) = 159+130+204=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82CC is #607D33. Grayscale: #929292. Windows color (decimal): -6323508 or 13402783. OLE color: 13402783.

HSL color Cylindrical-coordinate representation of color #9F82CC: hue angle of 263.51º degrees, saturation: 0.42, 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 #9F82CC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 130 204 -
CMYK 0.22 0.36 0 0.2
HSL 263.51º 0.42% 0.65% -
HSV(B) 263.51º 0.36% 0.8% -
XYZ 33.18 27.7 60.72 -
YUV 147.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 159 130 204 0.22 0.36 0 0.2 263.51 0.42 0.65
Hex 9F 82 CC 16 24 0 14 108 2A 41
Octal 237 202 314 26 44 0 24 410 52 101
Binary 10011111 10000010 11001100 10110 100100 0 10100 100001000 101010 1000001

Color Harmonies of #9F82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F82CC

Black with #9F82CC

Text Example


Text Example

White with #9F82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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