Html Css Color HEX #9486BC Cold Purple

📋 copy color: '#9486BC'

red 148 ◦ green 134 ◦ blue 188

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

Shades of Cold Purple #9486BC

Tints of Cold Purple #9486BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 31.49%
G = 28.51%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9486BC (or 0x9486BC) is known color: Cold Purple. HEX triplet: 94, 86 and BC. RGB value is (148,134,188). Sum of RGB (Red+Green+Blue) = 148+134+188=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9486BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486BC is #6B7943. Grayscale: #909090. Windows color (decimal): -7043396 or 12355220. OLE color: 12355220.

HSL color Cylindrical-coordinate representation of color #9486BC: hue angle of 255.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9486BC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 134 188 -
CMYK 0.21 0.29 0 0.26
HSL 255.56º 0.29% 0.63% -
HSV(B) 255.56º 0.29% 0.74% -
XYZ 29.81 26.98 51.21 -
YUV 144.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 148 134 188 0.21 0.29 0 0.26 255.56 0.29 0.63
Hex 94 86 BC 15 1D 0 1A 100 1D 3F
Octal 224 206 274 25 35 0 32 400 35 77
Binary 10010100 10000110 10111100 10101 11101 0 11010 100000000 11101 111111

Color Harmonies of #9486BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486BC

Black with #9486BC

Text Example


Text Example

White with #9486BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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