Html Css Color HEX #9486CA Cold Purple

📋 copy color: '#9486CA'

red 148 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #9486CA

Tints of Cold Purple #9486CA

RGB

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

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

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

R = 30.58%
G = 27.69%
B = 41.74%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9486CA (or 0x9486CA) is known color: Cold Purple. HEX triplet: 94, 86 and CA. RGB value is (148,134,202). Sum of RGB (Red+Green+Blue) = 148+134+202=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #9486CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486CA is #6B7935. Grayscale: #919191. Windows color (decimal): -7043382 or 13272724. OLE color: 13272724.

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

Color convert

RGB 148 134 202 -
CMYK 0.27 0.34 0 0.21
HSL 252.35º 0.39% 0.66% -
HSV(B) 252.35º 0.34% 0.79% -
XYZ 31.4 27.61 59.55 -
YUV 145.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 148 134 202 0.27 0.34 0 0.21 252.35 0.39 0.66
Hex 94 86 CA 1B 22 0 15 FC 27 42
Octal 224 206 312 33 42 0 25 374 47 102
Binary 10010100 10000110 11001010 11011 100010 0 10101 11111100 100111 1000010

Color Harmonies of #9486CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486CA

Black with #9486CA

Text Example


Text Example

White with #9486CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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