Html Css Color HEX #948DB6 Cold Purple

📋 copy color: '#948DB6'

red 148 ◦ green 141 ◦ blue 182

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

Shades of Cold Purple #948DB6

Tints of Cold Purple #948DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 31.42%
G = 29.94%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#948DB6 (or 0x948DB6) is known color: Cold Purple. HEX triplet: 94, 8D and B6. RGB value is (148,141,182). Sum of RGB (Red+Green+Blue) = 148+141+182=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #948DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB6 is #6B7249. Grayscale: #939393. Windows color (decimal): -7041610 or 11963796. OLE color: 11963796.

HSL color Cylindrical-coordinate representation of color #948DB6: hue angle of 250.24º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948DB6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 141 182 -
CMYK 0.19 0.23 0 0.29
HSL 250.24º 0.22% 0.63% -
HSV(B) 250.24º 0.23% 0.71% -
XYZ 30.18 28.72 48.21 -
YUV 147.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 148 141 182 0.19 0.23 0 0.29 250.24 0.22 0.63
Hex 94 8D B6 13 17 0 1D FA 16 3F
Octal 224 215 266 23 27 0 35 372 26 77
Binary 10010100 10001101 10110110 10011 10111 0 11101 11111010 10110 111111

Color Harmonies of #948DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DB6

Black with #948DB6

Text Example


Text Example

White with #948DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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