Html Css Color HEX #948BBE Cold Purple

📋 copy color: '#948BBE'

red 148 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #948BBE

Tints of Cold Purple #948BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 31.03%
G = 29.14%
B = 39.83%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#948BBE (or 0x948BBE) is known color: Cold Purple. HEX triplet: 94, 8B and BE. RGB value is (148,139,190). Sum of RGB (Red+Green+Blue) = 148+139+190=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #948BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BBE is #6B7441. Grayscale: #939393. Windows color (decimal): -7042114 or 12487572. OLE color: 12487572.

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

Color convert

RGB 148 139 190 -
CMYK 0.22 0.27 0 0.25
HSL 250.59º 0.28% 0.65% -
HSV(B) 250.59º 0.27% 0.75% -
XYZ 30.74 28.48 52.59 -
YUV 147.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 148 139 190 0.22 0.27 0 0.25 250.59 0.28 0.65
Hex 94 8B BE 16 1B 0 19 FB 1C 41
Octal 224 213 276 26 33 0 31 373 34 101
Binary 10010100 10001011 10111110 10110 11011 0 11001 11111011 11100 1000001

Color Harmonies of #948BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BBE

Black with #948BBE

Text Example


Text Example

White with #948BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,190); }

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

background-color css

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

 a { background-color: rgb(148,139,190); }

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

border-color css

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

 span { border-color: rgb(148,139,190); }

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