Html Css Color HEX #9E8FCA Cold Purple

📋 copy color: '#9E8FCA'

red 158 ◦ green 143 ◦ blue 202

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

Shades of Cold Purple #9E8FCA

Tints of Cold Purple #9E8FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

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

R = 31.41%
G = 28.43%
B = 40.16%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E8FCA (or 0x9E8FCA) is known color: Cold Purple. HEX triplet: 9E, 8F and CA. RGB value is (158,143,202). Sum of RGB (Red+Green+Blue) = 158+143+202=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FCA is #617035. Grayscale: #999999. Windows color (decimal): -6385718 or 13275038. OLE color: 13275038.

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

Color convert

RGB 158 143 202 -
CMYK 0.22 0.29 0 0.21
HSL 255.25º 0.36% 0.68% -
HSV(B) 255.25º 0.29% 0.79% -
XYZ 34.58 31.18 60.07 -
YUV 154.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 158 143 202 0.22 0.29 0 0.21 255.25 0.36 0.68
Hex 9E 8F CA 16 1D 0 15 FF 24 44
Octal 236 217 312 26 35 0 25 377 44 104
Binary 10011110 10001111 11001010 10110 11101 0 10101 11111111 100100 1000100

Color Harmonies of #9E8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FCA

Black with #9E8FCA

Text Example


Text Example

White with #9E8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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