Html Css Color HEX #9F8BBC Cold Purple

📋 copy color: '#9F8BBC'

red 159 ◦ green 139 ◦ blue 188

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

Shades of Cold Purple #9F8BBC

Tints of Cold Purple #9F8BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 32.72%
G = 28.6%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F8BBC (or 0x9F8BBC) is known color: Cold Purple. HEX triplet: 9F, 8B and BC. RGB value is (159,139,188). Sum of RGB (Red+Green+Blue) = 159+139+188=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BBC is #607443. Grayscale: #969696. Windows color (decimal): -6321220 or 12356511. OLE color: 12356511.

HSL color Cylindrical-coordinate representation of color #9F8BBC: hue angle of 264.49º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8BBC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 139 188 -
CMYK 0.15 0.26 0 0.26
HSL 264.49º 0.27% 0.64% -
HSV(B) 264.49º 0.26% 0.74% -
XYZ 32.61 29.47 51.55 -
YUV 150.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 159 139 188 0.15 0.26 0 0.26 264.49 0.27 0.64
Hex 9F 8B BC F 1A 0 1A 108 1B 40
Octal 237 213 274 17 32 0 32 410 33 100
Binary 10011111 10001011 10111100 1111 11010 0 11010 100001000 11011 1000000

Color Harmonies of #9F8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8BBC

Black with #9F8BBC

Text Example


Text Example

White with #9F8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,139,188); }

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

background-color css

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

 a { background-color: rgb(159,139,188); }

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

border-color css

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

 span { border-color: rgb(159,139,188); }

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