Html Css Color HEX #9A81CA Cold Purple

📋 copy color: '#9A81CA'

red 154 ◦ green 129 ◦ blue 202

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

Shades of Cold Purple #9A81CA

Tints of Cold Purple #9A81CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

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

R = 31.75%
G = 26.6%
B = 41.65%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A81CA (or 0x9A81CA) is known color: Cold Purple. HEX triplet: 9A, 81 and CA. RGB value is (154,129,202). Sum of RGB (Red+Green+Blue) = 154+129+202=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A81CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81CA is #657E35. Grayscale: #909090. Windows color (decimal): -6651446 or 13271450. OLE color: 13271450.

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

Color convert

RGB 154 129 202 -
CMYK 0.24 0.36 0 0.21
HSL 260.55º 0.41% 0.65% -
HSV(B) 260.55º 0.36% 0.79% -
XYZ 31.84 26.83 59.38 -
YUV 144.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 154 129 202 0.24 0.36 0 0.21 260.55 0.41 0.65
Hex 9A 81 CA 18 24 0 15 105 29 41
Octal 232 201 312 30 44 0 25 405 51 101
Binary 10011010 10000001 11001010 11000 100100 0 10101 100000101 101001 1000001

Color Harmonies of #9A81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A81CA

Black with #9A81CA

Text Example


Text Example

White with #9A81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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