Html Css Color HEX #9486C4 Cold Purple

📋 copy color: '#9486C4'

red 148 ◦ green 134 ◦ blue 196

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

Shades of Cold Purple #9486C4

Tints of Cold Purple #9486C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41%

R = 30.96%
G = 28.03%
B = 41%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9486C4 (or 0x9486C4) is known color: Cold Purple. HEX triplet: 94, 86 and C4. RGB value is (148,134,196). Sum of RGB (Red+Green+Blue) = 148+134+196=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #9486C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486C4 is #6B793B. Grayscale: #919191. Windows color (decimal): -7043388 or 12879508. OLE color: 12879508.

HSL color Cylindrical-coordinate representation of color #9486C4: hue angle of 253.55º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9486C4 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 134 196 -
CMYK 0.24 0.32 0 0.23
HSL 253.55º 0.34% 0.65% -
HSV(B) 253.55º 0.32% 0.77% -
XYZ 30.7 27.33 55.88 -
YUV 145.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 148 134 196 0.24 0.32 0 0.23 253.55 0.34 0.65
Hex 94 86 C4 18 20 0 17 FE 22 41
Octal 224 206 304 30 40 0 27 376 42 101
Binary 10010100 10000110 11000100 11000 100000 0 10111 11111110 100010 1000001

Color Harmonies of #9486C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486C4

Black with #9486C4

Text Example


Text Example

White with #9486C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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