Html Css Color HEX #9485BC Cold Purple

📋 copy color: '#9485BC'

red 148 ◦ green 133 ◦ blue 188

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

Shades of Cold Purple #9485BC

Tints of Cold Purple #9485BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

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

R = 31.56%
G = 28.36%
B = 40.09%

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

#9485BC (or 0x9485BC) is known color: Cold Purple. HEX triplet: 94, 85 and BC. RGB value is (148,133,188). Sum of RGB (Red+Green+Blue) = 148+133+188=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9485BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485BC is #6B7A43. Grayscale: #8F8F8F. Windows color (decimal): -7043652 or 12354964. OLE color: 12354964.

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

Color convert

RGB 148 133 188 -
CMYK 0.21 0.29 0 0.26
HSL 256.36º 0.29% 0.63% -
HSV(B) 256.36º 0.29% 0.74% -
XYZ 29.68 26.7 51.17 -
YUV 143.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 148 133 188 0.21 0.29 0 0.26 256.36 0.29 0.63
Hex 94 85 BC 15 1D 0 1A 100 1D 3F
Octal 224 205 274 25 35 0 32 400 35 77
Binary 10010100 10000101 10111100 10101 11101 0 11010 100000000 11101 111111

Color Harmonies of #9485BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485BC

Black with #9485BC

Text Example


Text Example

White with #9485BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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