Html Css Color HEX #9F92BA Cold Purple

📋 copy color: '#9F92BA'

red 159 ◦ green 146 ◦ blue 186

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

Shades of Cold Purple #9F92BA

Tints of Cold Purple #9F92BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 32.38%
G = 29.74%
B = 37.88%

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

#9F92BA (or 0x9F92BA) is known color: Cold Purple. HEX triplet: 9F, 92 and BA. RGB value is (159,146,186). Sum of RGB (Red+Green+Blue) = 159+146+186=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92BA is #606D45. Grayscale: #9A9A9A. Windows color (decimal): -6319430 or 12227231. OLE color: 12227231.

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

Color convert

RGB 159 146 186 -
CMYK 0.15 0.22 0 0.27
HSL 259.5º 0.22% 0.65% -
HSV(B) 259.5º 0.22% 0.73% -
XYZ 33.44 31.47 50.77 -
YUV 154.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 159 146 186 0.15 0.22 0 0.27 259.5 0.22 0.65
Hex 9F 92 BA F 16 0 1B 104 16 41
Octal 237 222 272 17 26 0 33 404 26 101
Binary 10011111 10010010 10111010 1111 10110 0 11011 100000100 10110 1000001

Color Harmonies of #9F92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F92BA

Black with #9F92BA

Text Example


Text Example

White with #9F92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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