Html Css Color HEX #9A88CD Cold Purple

📋 copy color: '#9A88CD'

red 154 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #9A88CD

Tints of Cold Purple #9A88CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 31.11%
G = 27.47%
B = 41.41%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A88CD (or 0x9A88CD) is known color: Cold Purple. HEX triplet: 9A, 88 and CD. RGB value is (154,136,205). Sum of RGB (Red+Green+Blue) = 154+136+205=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A88CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88CD is #657732. Grayscale: #949494. Windows color (decimal): -6649651 or 13469850. OLE color: 13469850.

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

Color convert

RGB 154 136 205 -
CMYK 0.25 0.34 0 0.20
HSL 255.65º 0.41% 0.67% -
HSV(B) 255.65º 0.34% 0.8% -
XYZ 33.15 28.89 61.59 -
YUV 149.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 154 136 205 0.25 0.34 0 0.20 255.65 0.41 0.67
Hex 9A 88 CD 19 22 0 14 100 29 43
Octal 232 210 315 31 42 0 24 400 51 103
Binary 10011010 10001000 11001101 11001 100010 0 10100 100000000 101001 1000011

Color Harmonies of #9A88CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A88CD

Black with #9A88CD

Text Example


Text Example

White with #9A88CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,136,205); }

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

background-color css

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

 a { background-color: rgb(154,136,205); }

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

border-color css

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

 span { border-color: rgb(154,136,205); }

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