Html Css Color HEX #9D86BF Cold Purple

📋 copy color: '#9D86BF'

red 157 ◦ green 134 ◦ blue 191

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

Shades of Cold Purple #9D86BF

Tints of Cold Purple #9D86BF

RGB

 RED value IS 157 (61.72% from 255) = 32.57%

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 32.57%
G = 27.8%
B = 39.63%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D86BF (or 0x9D86BF) is known color: Cold Purple. HEX triplet: 9D, 86 and BF. RGB value is (157,134,191). Sum of RGB (Red+Green+Blue) = 157+134+191=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D86BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86BF is #627940. Grayscale: #939393. Windows color (decimal): -6453569 or 12551837. OLE color: 12551837.

HSL color Cylindrical-coordinate representation of color #9D86BF: hue angle of 264.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D86BF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 134 191 -
CMYK 0.18 0.30 0 0.25
HSL 264.21º 0.31% 0.64% -
HSV(B) 264.21º 0.3% 0.75% -
XYZ 31.83 27.98 53.01 -
YUV 147.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 157 134 191 0.18 0.30 0 0.25 264.21 0.31 0.64
Hex 9D 86 BF 12 1E 0 19 108 1F 40
Octal 235 206 277 22 36 0 31 410 37 100
Binary 10011101 10000110 10111111 10010 11110 0 11001 100001000 11111 1000000

Color Harmonies of #9D86BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D86BF

Black with #9D86BF

Text Example


Text Example

White with #9D86BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,191); }

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

background-color css

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

 a { background-color: rgb(157,134,191); }

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

border-color css

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

 span { border-color: rgb(157,134,191); }

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