Html Css Color HEX #948DB9 Cold Purple

📋 copy color: '#948DB9'

red 148 ◦ green 141 ◦ blue 185

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

Shades of Cold Purple #948DB9

Tints of Cold Purple #948DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.75%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 31.22%
G = 29.75%
B = 39.03%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#948DB9 (or 0x948DB9) is known color: Cold Purple. HEX triplet: 94, 8D and B9. RGB value is (148,141,185). Sum of RGB (Red+Green+Blue) = 148+141+185=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #948DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB9 is #6B7246. Grayscale: #939393. Windows color (decimal): -7041607 or 12160404. OLE color: 12160404.

HSL color Cylindrical-coordinate representation of color #948DB9: hue angle of 249.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948DB9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 141 185 -
CMYK 0.20 0.24 0 0.27
HSL 249.55º 0.24% 0.64% -
HSV(B) 249.55º 0.24% 0.73% -
XYZ 30.49 28.85 49.86 -
YUV 148.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 148 141 185 0.20 0.24 0 0.27 249.55 0.24 0.64
Hex 94 8D B9 14 18 0 1B FA 18 40
Octal 224 215 271 24 30 0 33 372 30 100
Binary 10010100 10001101 10111001 10100 11000 0 11011 11111010 11000 1000000

Color Harmonies of #948DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DB9

Black with #948DB9

Text Example


Text Example

White with #948DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948DB9; }

 p { color: rgb(148,141,185); }

 H1.HeaderClassName
 {
   color: #948DB9;
 }
 .AnyTagClassName
 {
   color: #948DB9;
 }
</style>

background-color css

<style>
 a { background-color: #948DB9; }

 a { background-color: rgb(148,141,185); }

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

border-color css

<style>
 span { border-color: #948DB9; }

 span { border-color: rgb(148,141,185); }

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