Html Css Color HEX #9E95B4 Cold Purple

📋 copy color: '#9E95B4'

red 158 ◦ green 149 ◦ blue 180

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

Shades of Cold Purple #9E95B4

Tints of Cold Purple #9E95B4

RGB

 RED value IS 158 (62.11% from 255) = 32.44%

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 180 (70.7% from 255) = 36.96%

R = 32.44%
G = 30.6%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E95B4 (or 0x9E95B4) is known color: Cold Purple. HEX triplet: 9E, 95 and B4. RGB value is (158,149,180). Sum of RGB (Red+Green+Blue) = 158+149+180=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E95B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95B4 is #616A4B. Grayscale: #9B9B9B. Windows color (decimal): -6384204 or 11834782. OLE color: 11834782.

HSL color Cylindrical-coordinate representation of color #9E95B4: hue angle of 257.42º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E95B4 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 149 180 -
CMYK 0.12 0.17 0 0.29
HSL 257.42º 0.17% 0.65% -
HSV(B) 257.42º 0.17% 0.71% -
XYZ 33.09 32.06 47.62 -
YUV 155.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 158 149 180 0.12 0.17 0 0.29 257.42 0.17 0.65
Hex 9E 95 B4 C 11 0 1D 101 11 41
Octal 236 225 264 14 21 0 35 401 21 101
Binary 10011110 10010101 10110100 1100 10001 0 11101 100000001 10001 1000001

Color Harmonies of #9E95B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95B4

Black with #9E95B4

Text Example


Text Example

White with #9E95B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,149,180); }

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

background-color css

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

 a { background-color: rgb(158,149,180); }

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

border-color css

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

 span { border-color: rgb(158,149,180); }

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