Html Css Color HEX #9484BC Cold Purple

📋 copy color: '#9484BC'

red 148 ◦ green 132 ◦ blue 188

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

Shades of Cold Purple #9484BC

Tints of Cold Purple #9484BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 31.62%
G = 28.21%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9484BC (or 0x9484BC) is known color: Cold Purple. HEX triplet: 94, 84 and BC. RGB value is (148,132,188). Sum of RGB (Red+Green+Blue) = 148+132+188=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9484BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484BC is #6B7B43. Grayscale: #8E8E8E. Windows color (decimal): -7043908 or 12354708. OLE color: 12354708.

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

Color convert

RGB 148 132 188 -
CMYK 0.21 0.30 0 0.26
HSL 257.14º 0.29% 0.63% -
HSV(B) 257.14º 0.3% 0.74% -
XYZ 29.54 26.43 51.12 -
YUV 143.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 148 132 188 0.21 0.30 0 0.26 257.14 0.29 0.63
Hex 94 84 BC 15 1E 0 1A 101 1D 3F
Octal 224 204 274 25 36 0 32 401 35 77
Binary 10010100 10000100 10111100 10101 11110 0 11010 100000001 11101 111111

Color Harmonies of #9484BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9484BC

Black with #9484BC

Text Example


Text Example

White with #9484BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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