Html Css Color HEX #948DBC Cold Purple

📋 copy color: '#948DBC'

red 148 ◦ green 141 ◦ blue 188

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

Shades of Cold Purple #948DBC

Tints of Cold Purple #948DBC

RGB

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

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

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

R = 31.03%
G = 29.56%
B = 39.41%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#948DBC (or 0x948DBC) is known color: Cold Purple. HEX triplet: 94, 8D and BC. RGB value is (148,141,188). Sum of RGB (Red+Green+Blue) = 148+141+188=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #948DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBC is #6B7243. Grayscale: #949494. Windows color (decimal): -7041604 or 12357012. OLE color: 12357012.

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

Color convert

RGB 148 141 188 -
CMYK 0.21 0.25 0 0.26
HSL 248.94º 0.26% 0.65% -
HSV(B) 248.94º 0.25% 0.74% -
XYZ 30.81 28.98 51.55 -
YUV 148.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 148 141 188 0.21 0.25 0 0.26 248.94 0.26 0.65
Hex 94 8D BC 15 19 0 1A F9 1A 41
Octal 224 215 274 25 31 0 32 371 32 101
Binary 10010100 10001101 10111100 10101 11001 0 11010 11111001 11010 1000001

Color Harmonies of #948DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DBC

Black with #948DBC

Text Example


Text Example

White with #948DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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