Html Css Color HEX #9488CA Cold Purple

📋 copy color: '#9488CA'

red 148 ◦ green 136 ◦ blue 202

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

Shades of Cold Purple #9488CA

Tints of Cold Purple #9488CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 30.45%
G = 27.98%
B = 41.56%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9488CA (or 0x9488CA) is known color: Cold Purple. HEX triplet: 94, 88 and CA. RGB value is (148,136,202). Sum of RGB (Red+Green+Blue) = 148+136+202=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #9488CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CA is #6B7735. Grayscale: #929292. Windows color (decimal): -7042870 or 13273236. OLE color: 13273236.

HSL color Cylindrical-coordinate representation of color #9488CA: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9488CA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 136 202 -
CMYK 0.27 0.33 0 0.21
HSL 250.91º 0.38% 0.66% -
HSV(B) 250.91º 0.33% 0.79% -
XYZ 31.68 28.17 59.64 -
YUV 147.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 148 136 202 0.27 0.33 0 0.21 250.91 0.38 0.66
Hex 94 88 CA 1B 21 0 15 FB 26 42
Octal 224 210 312 33 41 0 25 373 46 102
Binary 10010100 10001000 11001010 11011 100001 0 10101 11111011 100110 1000010

Color Harmonies of #9488CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488CA

Black with #9488CA

Text Example


Text Example

White with #9488CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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