Html Css Color HEX #948DBF Cold Purple

📋 copy color: '#948DBF'

red 148 ◦ green 141 ◦ blue 191

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

Shades of Cold Purple #948DBF

Tints of Cold Purple #948DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.79%

R = 30.83%
G = 29.38%
B = 39.79%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#948DBF (or 0x948DBF) is known color: Cold Purple. HEX triplet: 94, 8D and BF. RGB value is (148,141,191). Sum of RGB (Red+Green+Blue) = 148+141+191=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #948DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBF is #6B7240. Grayscale: #949494. Windows color (decimal): -7041601 or 12553620. OLE color: 12553620.

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

Color convert

RGB 148 141 191 -
CMYK 0.23 0.26 0 0.25
HSL 248.4º 0.28% 0.65% -
HSV(B) 248.4º 0.26% 0.75% -
XYZ 31.14 29.11 53.27 -
YUV 148.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 148 141 191 0.23 0.26 0 0.25 248.4 0.28 0.65
Hex 94 8D BF 17 1A 0 19 F8 1C 41
Octal 224 215 277 27 32 0 31 370 34 101
Binary 10010100 10001101 10111111 10111 11010 0 11001 11111000 11100 1000001

Color Harmonies of #948DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DBF

Black with #948DBF

Text Example


Text Example

White with #948DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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