Html Css Color HEX #9A8ACA Cold Purple

📋 copy color: '#9A8ACA'

red 154 ◦ green 138 ◦ blue 202

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

Shades of Cold Purple #9A8ACA

Tints of Cold Purple #9A8ACA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.94%

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

R = 31.17%
G = 27.94%
B = 40.89%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A8ACA (or 0x9A8ACA) is known color: Cold Purple. HEX triplet: 9A, 8A and CA. RGB value is (154,138,202). Sum of RGB (Red+Green+Blue) = 154+138+202=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ACA is #657535. Grayscale: #959595. Windows color (decimal): -6649142 or 13273754. OLE color: 13273754.

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

Color convert

RGB 154 138 202 -
CMYK 0.24 0.32 0 0.21
HSL 255º 0.38% 0.67% -
HSV(B) 255º 0.32% 0.79% -
XYZ 33.08 29.31 59.79 -
YUV 150.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 154 138 202 0.24 0.32 0 0.21 255 0.38 0.67
Hex 9A 8A CA 18 20 0 15 FF 26 43
Octal 232 212 312 30 40 0 25 377 46 103
Binary 10011010 10001010 11001010 11000 100000 0 10101 11111111 100110 1000011

Color Harmonies of #9A8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8ACA

Black with #9A8ACA

Text Example


Text Example

White with #9A8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,138,202); }

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

background-color css

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

 a { background-color: rgb(154,138,202); }

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

border-color css

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

 span { border-color: rgb(154,138,202); }

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