Html Css Color HEX #9A8ACB Cold Purple

📋 copy color: '#9A8ACB'

red 154 ◦ green 138 ◦ blue 203

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

Shades of Cold Purple #9A8ACB

Tints of Cold Purple #9A8ACB

RGB

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

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

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

R = 31.11%
G = 27.88%
B = 41.01%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A8ACB (or 0x9A8ACB) is known color: Cold Purple. HEX triplet: 9A, 8A and CB. RGB value is (154,138,203). Sum of RGB (Red+Green+Blue) = 154+138+203=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ACB is #657534. Grayscale: #959595. Windows color (decimal): -6649141 or 13339290. OLE color: 13339290.

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

Color convert

RGB 154 138 203 -
CMYK 0.24 0.32 0 0.20
HSL 254.77º 0.38% 0.67% -
HSV(B) 254.77º 0.32% 0.8% -
XYZ 33.19 29.36 60.42 -
YUV 150.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 154 138 203 0.24 0.32 0 0.20 254.77 0.38 0.67
Hex 9A 8A CB 18 20 0 14 FF 26 43
Octal 232 212 313 30 40 0 24 377 46 103
Binary 10011010 10001010 11001011 11000 100000 0 10100 11111111 100110 1000011

Color Harmonies of #9A8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8ACB

Black with #9A8ACB

Text Example


Text Example

White with #9A8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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