Html Css Color HEX #9A8CCA Cold Purple

📋 copy color: '#9A8CCA'

red 154 ◦ green 140 ◦ blue 202

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

Shades of Cold Purple #9A8CCA

Tints of Cold Purple #9A8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.23%

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

R = 31.05%
G = 28.23%
B = 40.73%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A8CCA (or 0x9A8CCA) is known color: Cold Purple. HEX triplet: 9A, 8C and CA. RGB value is (154,140,202). Sum of RGB (Red+Green+Blue) = 154+140+202=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CCA is #657335. Grayscale: #979797. Windows color (decimal): -6648630 or 13274266. OLE color: 13274266.

HSL color Cylindrical-coordinate representation of color #9A8CCA: hue angle of 253.55º 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 #9A8CCA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 140 202 -
CMYK 0.24 0.31 0 0.21
HSL 253.55º 0.37% 0.67% -
HSV(B) 253.55º 0.31% 0.79% -
XYZ 33.37 29.89 59.89 -
YUV 151.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 154 140 202 0.24 0.31 0 0.21 253.55 0.37 0.67
Hex 9A 8C CA 18 1F 0 15 FE 25 43
Octal 232 214 312 30 37 0 25 376 45 103
Binary 10011010 10001100 11001010 11000 11111 0 10101 11111110 100101 1000011

Color Harmonies of #9A8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CCA

Black with #9A8CCA

Text Example


Text Example

White with #9A8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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