Html Css Color HEX #9A7ECB Cold Purple

📋 copy color: '#9A7ECB'

red 154 ◦ green 126 ◦ blue 203

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

Shades of Cold Purple #9A7ECB

Tints of Cold Purple #9A7ECB

RGB

 RED value IS 154 (60.55% from 255) = 31.88%

 GREEN value IS 126 (49.61% from 255) = 26.09%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 31.88%
G = 26.09%
B = 42.03%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A7ECB (or 0x9A7ECB) is known color: Cold Purple. HEX triplet: 9A, 7E and CB. RGB value is (154,126,203). Sum of RGB (Red+Green+Blue) = 154+126+203=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ECB is #658134. Grayscale: #8E8E8E. Windows color (decimal): -6652213 or 13336218. OLE color: 13336218.

HSL color Cylindrical-coordinate representation of color #9A7ECB: hue angle of 261.82º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7ECB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 126 203 -
CMYK 0.24 0.38 0 0.20
HSL 261.82º 0.43% 0.65% -
HSV(B) 261.82º 0.38% 0.8% -
XYZ 31.57 26.1 59.87 -
YUV 143.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 154 126 203 0.24 0.38 0 0.20 261.82 0.43 0.65
Hex 9A 7E CB 18 26 0 14 106 2B 41
Octal 232 176 313 30 46 0 24 406 53 101
Binary 10011010 1111110 11001011 11000 100110 0 10100 100000110 101011 1000001

Color Harmonies of #9A7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7ECB

Black with #9A7ECB

Text Example


Text Example

White with #9A7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,126,203); }

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

background-color css

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

 a { background-color: rgb(154,126,203); }

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

border-color css

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

 span { border-color: rgb(154,126,203); }

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