Html Css Color HEX #9A8CCB Cold Purple

📋 copy color: '#9A8CCB'

red 154 ◦ green 140 ◦ blue 203

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

Shades of Cold Purple #9A8CCB

Tints of Cold Purple #9A8CCB

RGB

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

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

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

R = 30.99%
G = 28.17%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A8CCB (or 0x9A8CCB) is known color: Cold Purple. HEX triplet: 9A, 8C and CB. RGB value is (154,140,203). Sum of RGB (Red+Green+Blue) = 154+140+203=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CCB is #657334. Grayscale: #979797. Windows color (decimal): -6648629 or 13339802. OLE color: 13339802.

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

Color convert

RGB 154 140 203 -
CMYK 0.24 0.31 0 0.20
HSL 253.33º 0.38% 0.67% -
HSV(B) 253.33º 0.31% 0.8% -
XYZ 33.48 29.94 60.51 -
YUV 151.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 154 140 203 0.24 0.31 0 0.20 253.33 0.38 0.67
Hex 9A 8C CB 18 1F 0 14 FD 26 43
Octal 232 214 313 30 37 0 24 375 46 103
Binary 10011010 10001100 11001011 11000 11111 0 10100 11111101 100110 1000011

Color Harmonies of #9A8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CCB

Black with #9A8CCB

Text Example


Text Example

White with #9A8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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