Html Css Color HEX #9A85CB Cold Purple

📋 copy color: '#9A85CB'

red 154 ◦ green 133 ◦ blue 203

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

Shades of Cold Purple #9A85CB

Tints of Cold Purple #9A85CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

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

R = 31.43%
G = 27.14%
B = 41.43%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A85CB (or 0x9A85CB) is known color: Cold Purple. HEX triplet: 9A, 85 and CB. RGB value is (154,133,203). Sum of RGB (Red+Green+Blue) = 154+133+203=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85CB is #657A34. Grayscale: #939393. Windows color (decimal): -6650421 or 13338010. OLE color: 13338010.

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

Color convert

RGB 154 133 203 -
CMYK 0.24 0.34 0 0.20
HSL 258º 0.4% 0.66% -
HSV(B) 258º 0.34% 0.8% -
XYZ 32.49 27.96 60.18 -
YUV 147.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 154 133 203 0.24 0.34 0 0.20 258 0.4 0.66
Hex 9A 85 CB 18 22 0 14 102 28 42
Octal 232 205 313 30 42 0 24 402 50 102
Binary 10011010 10000101 11001011 11000 100010 0 10100 100000010 101000 1000010

Color Harmonies of #9A85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A85CB

Black with #9A85CB

Text Example


Text Example

White with #9A85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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