Html Css Color HEX #9E8BCA Cold Purple

📋 copy color: '#9E8BCA'

red 158 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #9E8BCA

Tints of Cold Purple #9E8BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 31.66%
G = 27.86%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E8BCA (or 0x9E8BCA) is known color: Cold Purple. HEX triplet: 9E, 8B and CA. RGB value is (158,139,202). Sum of RGB (Red+Green+Blue) = 158+139+202=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BCA is #617435. Grayscale: #979797. Windows color (decimal): -6386742 or 13274014. OLE color: 13274014.

HSL color Cylindrical-coordinate representation of color #9E8BCA: hue angle of 258.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E8BCA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 139 202 -
CMYK 0.22 0.31 0 0.21
HSL 258.1º 0.37% 0.67% -
HSV(B) 258.1º 0.31% 0.79% -
XYZ 33.99 30 59.88 -
YUV 151.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 158 139 202 0.22 0.31 0 0.21 258.1 0.37 0.67
Hex 9E 8B CA 16 1F 0 15 102 25 43
Octal 236 213 312 26 37 0 25 402 45 103
Binary 10011110 10001011 11001010 10110 11111 0 10101 100000010 100101 1000011

Color Harmonies of #9E8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8BCA

Black with #9E8BCA

Text Example


Text Example

White with #9E8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,139,202); }

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

background-color css

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

 a { background-color: rgb(158,139,202); }

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

border-color css

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

 span { border-color: rgb(158,139,202); }

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