Html Css Color HEX #9F92BB Cold Purple

📋 copy color: '#9F92BB'

red 159 ◦ green 146 ◦ blue 187

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

Shades of Cold Purple #9F92BB

Tints of Cold Purple #9F92BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 32.32%
G = 29.67%
B = 38.01%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F92BB (or 0x9F92BB) is known color: Cold Purple. HEX triplet: 9F, 92 and BB. RGB value is (159,146,187). Sum of RGB (Red+Green+Blue) = 159+146+187=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F92BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92BB is #606D44. Grayscale: #9A9A9A. Windows color (decimal): -6319429 or 12292767. OLE color: 12292767.

HSL color Cylindrical-coordinate representation of color #9F92BB: hue angle of 259.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F92BB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 146 187 -
CMYK 0.15 0.22 0 0.27
HSL 259.02º 0.23% 0.65% -
HSV(B) 259.02º 0.22% 0.73% -
XYZ 33.55 31.52 51.33 -
YUV 154.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 159 146 187 0.15 0.22 0 0.27 259.02 0.23 0.65
Hex 9F 92 BB F 16 0 1B 103 17 41
Octal 237 222 273 17 26 0 33 403 27 101
Binary 10011111 10010010 10111011 1111 10110 0 11011 100000011 10111 1000001

Color Harmonies of #9F92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F92BB

Black with #9F92BB

Text Example


Text Example

White with #9F92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,146,187); }

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

background-color css

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

 a { background-color: rgb(159,146,187); }

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

border-color css

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

 span { border-color: rgb(159,146,187); }

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