Html Css Color HEX #9F84CB Cold Purple

📋 copy color: '#9F84CB'

red 159 ◦ green 132 ◦ blue 203

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

Shades of Cold Purple #9F84CB

Tints of Cold Purple #9F84CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 32.19%
G = 26.72%
B = 41.09%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F84CB (or 0x9F84CB) is known color: Cold Purple. HEX triplet: 9F, 84 and CB. RGB value is (159,132,203). Sum of RGB (Red+Green+Blue) = 159+132+203=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84CB is #607B34. Grayscale: #939393. Windows color (decimal): -6322997 or 13337759. OLE color: 13337759.

HSL color Cylindrical-coordinate representation of color #9F84CB: hue angle of 262.82º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F84CB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 132 203 -
CMYK 0.22 0.35 0 0.20
HSL 262.82º 0.41% 0.66% -
HSV(B) 262.82º 0.35% 0.8% -
XYZ 33.33 28.19 60.18 -
YUV 148.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 159 132 203 0.22 0.35 0 0.20 262.82 0.41 0.66
Hex 9F 84 CB 16 23 0 14 107 29 42
Octal 237 204 313 26 43 0 24 407 51 102
Binary 10011111 10000100 11001011 10110 100011 0 10100 100000111 101001 1000010

Color Harmonies of #9F84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F84CB

Black with #9F84CB

Text Example


Text Example

White with #9F84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,203); }

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

background-color css

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

 a { background-color: rgb(159,132,203); }

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

border-color css

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

 span { border-color: rgb(159,132,203); }

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