Html Css Color HEX #9487C7 Cold Purple

📋 copy color: '#9487C7'

red 148 ◦ green 135 ◦ blue 199

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

Shades of Cold Purple #9487C7

Tints of Cold Purple #9487C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 30.71%
G = 28.01%
B = 41.29%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9487C7 (or 0x9487C7) is known color: Cold Purple. HEX triplet: 94, 87 and C7. RGB value is (148,135,199). Sum of RGB (Red+Green+Blue) = 148+135+199=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #9487C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487C7 is #6B7838. Grayscale: #919191. Windows color (decimal): -7043129 or 13076372. OLE color: 13076372.

HSL color Cylindrical-coordinate representation of color #9487C7: hue angle of 252.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9487C7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 135 199 -
CMYK 0.26 0.32 0 0.22
HSL 252.19º 0.36% 0.65% -
HSV(B) 252.19º 0.32% 0.78% -
XYZ 31.19 27.75 57.74 -
YUV 146.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 148 135 199 0.26 0.32 0 0.22 252.19 0.36 0.65
Hex 94 87 C7 1A 20 0 16 FC 24 41
Octal 224 207 307 32 40 0 26 374 44 101
Binary 10010100 10000111 11000111 11010 100000 0 10110 11111100 100100 1000001

Color Harmonies of #9487C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487C7

Black with #9487C7

Text Example


Text Example

White with #9487C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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