Html Css Color HEX #9488CB Cold Purple

📋 copy color: '#9488CB'

red 148 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #9488CB

Tints of Cold Purple #9488CB

RGB

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

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

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

R = 30.39%
G = 27.93%
B = 41.68%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9488CB (or 0x9488CB) is known color: Cold Purple. HEX triplet: 94, 88 and CB. RGB value is (148,136,203). Sum of RGB (Red+Green+Blue) = 148+136+203=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #9488CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CB is #6B7734. Grayscale: #929292. Windows color (decimal): -7042869 or 13338772. OLE color: 13338772.

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

Color convert

RGB 148 136 203 -
CMYK 0.27 0.33 0 0.20
HSL 250.75º 0.39% 0.66% -
HSV(B) 250.75º 0.33% 0.8% -
XYZ 31.8 28.22 60.27 -
YUV 147.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 148 136 203 0.27 0.33 0 0.20 250.75 0.39 0.66
Hex 94 88 CB 1B 21 0 14 FB 27 42
Octal 224 210 313 33 41 0 24 373 47 102
Binary 10010100 10001000 11001011 11011 100001 0 10100 11111011 100111 1000010

Color Harmonies of #9488CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488CB

Black with #9488CB

Text Example


Text Example

White with #9488CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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