Html Css Color HEX #9486C9 Cold Purple

📋 copy color: '#9486C9'

red 148 ◦ green 134 ◦ blue 201

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

Shades of Cold Purple #9486C9

Tints of Cold Purple #9486C9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 30.64%
G = 27.74%
B = 41.61%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9486C9 (or 0x9486C9) is known color: Cold Purple. HEX triplet: 94, 86 and C9. RGB value is (148,134,201). Sum of RGB (Red+Green+Blue) = 148+134+201=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #9486C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486C9 is #6B7936. Grayscale: #919191. Windows color (decimal): -7043383 or 13207188. OLE color: 13207188.

HSL color Cylindrical-coordinate representation of color #9486C9: hue angle of 252.54º 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 #9486C9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 134 201 -
CMYK 0.26 0.33 0 0.21
HSL 252.54º 0.38% 0.66% -
HSV(B) 252.54º 0.33% 0.79% -
XYZ 31.28 27.56 58.93 -
YUV 145.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 148 134 201 0.26 0.33 0 0.21 252.54 0.38 0.66
Hex 94 86 C9 1A 21 0 15 FD 26 42
Octal 224 206 311 32 41 0 25 375 46 102
Binary 10010100 10000110 11001001 11010 100001 0 10101 11111101 100110 1000010

Color Harmonies of #9486C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486C9

Black with #9486C9

Text Example


Text Example

White with #9486C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9486C9; }

 p { color: rgb(148,134,201); }

 H1.HeaderClassName
 {
   color: #9486C9;
 }
 .AnyTagClassName
 {
   color: #9486C9;
 }
</style>

background-color css

<style>
 a { background-color: #9486C9; }

 a { background-color: rgb(148,134,201); }

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

border-color css

<style>
 span { border-color: #9486C9; }

 span { border-color: rgb(148,134,201); }

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