Html Css Color HEX #948CBA Cold Purple

📋 copy color: '#948CBA'

red 148 ◦ green 140 ◦ blue 186

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

Shades of Cold Purple #948CBA

Tints of Cold Purple #948CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 31.22%
G = 29.54%
B = 39.24%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#948CBA (or 0x948CBA) is known color: Cold Purple. HEX triplet: 94, 8C and BA. RGB value is (148,140,186). Sum of RGB (Red+Green+Blue) = 148+140+186=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #948CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CBA is #6B7345. Grayscale: #939393. Windows color (decimal): -7041862 or 12225684. OLE color: 12225684.

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

Color convert

RGB 148 140 186 -
CMYK 0.20 0.25 0 0.27
HSL 250.43º 0.25% 0.64% -
HSV(B) 250.43º 0.25% 0.73% -
XYZ 30.45 28.6 50.37 -
YUV 147.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 148 140 186 0.20 0.25 0 0.27 250.43 0.25 0.64
Hex 94 8C BA 14 19 0 1B FA 19 40
Octal 224 214 272 24 31 0 33 372 31 100
Binary 10010100 10001100 10111010 10100 11001 0 11011 11111010 11001 1000000

Color Harmonies of #948CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CBA

Black with #948CBA

Text Example


Text Example

White with #948CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,140,186); }

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

background-color css

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

 a { background-color: rgb(148,140,186); }

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

border-color css

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

 span { border-color: rgb(148,140,186); }

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