Html Css Color HEX #9487CA Cold Purple

📋 copy color: '#9487CA'

red 148 ◦ green 135 ◦ blue 202

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

Shades of Cold Purple #9487CA

Tints of Cold Purple #9487CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.84%

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

R = 30.52%
G = 27.84%
B = 41.65%

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

#9487CA (or 0x9487CA) is known color: Cold Purple. HEX triplet: 94, 87 and CA. RGB value is (148,135,202). Sum of RGB (Red+Green+Blue) = 148+135+202=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9487CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487CA is #6B7835. Grayscale: #929292. Windows color (decimal): -7043126 or 13272980. OLE color: 13272980.

HSL color Cylindrical-coordinate representation of color #9487CA: hue angle of 251.64º degrees, saturation: 0.39, 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 #9487CA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 135 202 -
CMYK 0.27 0.33 0 0.21
HSL 251.64º 0.39% 0.66% -
HSV(B) 251.64º 0.33% 0.79% -
XYZ 31.54 27.89 59.6 -
YUV 146.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 148 135 202 0.27 0.33 0 0.21 251.64 0.39 0.66
Hex 94 87 CA 1B 21 0 15 FC 27 42
Octal 224 207 312 33 41 0 25 374 47 102
Binary 10010100 10000111 11001010 11011 100001 0 10101 11111100 100111 1000010

Color Harmonies of #9487CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487CA

Black with #9487CA

Text Example


Text Example

White with #9487CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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