Html Css Color HEX #9E92C4 Cold Purple

📋 copy color: '#9E92C4'

red 158 ◦ green 146 ◦ blue 196

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

Shades of Cold Purple #9E92C4

Tints of Cold Purple #9E92C4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.2%

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 31.6%
G = 29.2%
B = 39.2%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9E92C4 (or 0x9E92C4) is known color: Cold Purple. HEX triplet: 9E, 92 and C4. RGB value is (158,146,196). Sum of RGB (Red+Green+Blue) = 158+146+196=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E92C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92C4 is #616D3B. Grayscale: #9B9B9B. Windows color (decimal): -6384956 or 12882590. OLE color: 12882590.

HSL color Cylindrical-coordinate representation of color #9E92C4: hue angle of 254.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E92C4 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 146 196 -
CMYK 0.19 0.26 0 0.23
HSL 254.4º 0.3% 0.67% -
HSV(B) 254.4º 0.26% 0.77% -
XYZ 34.34 31.81 56.55 -
YUV 155.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 158 146 196 0.19 0.26 0 0.23 254.4 0.3 0.67
Hex 9E 92 C4 13 1A 0 17 FE 1E 43
Octal 236 222 304 23 32 0 27 376 36 103
Binary 10011110 10010010 11000100 10011 11010 0 10111 11111110 11110 1000011

Color Harmonies of #9E92C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E92C4

Black with #9E92C4

Text Example


Text Example

White with #9E92C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,146,196); }

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

background-color css

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

 a { background-color: rgb(158,146,196); }

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

border-color css

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

 span { border-color: rgb(158,146,196); }

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