Html Css Color HEX #9A8BCB Cold Purple

📋 copy color: '#9A8BCB'

red 154 ◦ green 139 ◦ blue 203

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

Shades of Cold Purple #9A8BCB

Tints of Cold Purple #9A8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

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

R = 31.05%
G = 28.02%
B = 40.93%

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

#9A8BCB (or 0x9A8BCB) is known color: Cold Purple. HEX triplet: 9A, 8B and CB. RGB value is (154,139,203). Sum of RGB (Red+Green+Blue) = 154+139+203=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BCB is #657434. Grayscale: #969696. Windows color (decimal): -6648885 or 13339546. OLE color: 13339546.

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

Color convert

RGB 154 139 203 -
CMYK 0.24 0.32 0 0.20
HSL 254.06º 0.38% 0.67% -
HSV(B) 254.06º 0.32% 0.8% -
XYZ 33.34 29.65 60.47 -
YUV 150.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 154 139 203 0.24 0.32 0 0.20 254.06 0.38 0.67
Hex 9A 8B CB 18 20 0 14 FE 26 43
Octal 232 213 313 30 40 0 24 376 46 103
Binary 10011010 10001011 11001011 11000 100000 0 10100 11111110 100110 1000011

Color Harmonies of #9A8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8BCB

Black with #9A8BCB

Text Example


Text Example

White with #9A8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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