Html Css Color HEX #9488CD Cold Purple

📋 copy color: '#9488CD'

red 148 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #9488CD

Tints of Cold Purple #9488CD

RGB

 RED value IS 148 (58.2% from 255) = 30.27%

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

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

R = 30.27%
G = 27.81%
B = 41.92%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9488CD (or 0x9488CD) is known color: Cold Purple. HEX triplet: 94, 88 and CD. RGB value is (148,136,205). Sum of RGB (Red+Green+Blue) = 148+136+205=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9488CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CD is #6B7732. Grayscale: #939393. Windows color (decimal): -7042867 or 13469844. OLE color: 13469844.

HSL color Cylindrical-coordinate representation of color #9488CD: hue angle of 250.43º 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 #9488CD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 136 205 -
CMYK 0.28 0.34 0 0.20
HSL 250.43º 0.41% 0.67% -
HSV(B) 250.43º 0.34% 0.8% -
XYZ 32.04 28.31 61.53 -
YUV 147.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 148 136 205 0.28 0.34 0 0.20 250.43 0.41 0.67
Hex 94 88 CD 1C 22 0 14 FA 29 43
Octal 224 210 315 34 42 0 24 372 51 103
Binary 10010100 10001000 11001101 11100 100010 0 10100 11111010 101001 1000011

Color Harmonies of #9488CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488CD

Black with #9488CD

Text Example


Text Example

White with #9488CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9488CD; }

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

 H1.HeaderClassName
 {
   color: #9488CD;
 }
 .AnyTagClassName
 {
   color: #9488CD;
 }
</style>

background-color css

<style>
 a { background-color: #9488CD; }

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

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

border-color css

<style>
 span { border-color: #9488CD; }

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

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