Html Css Color HEX #948CBB Cold Purple

📋 copy color: '#948CBB'

red 148 ◦ green 140 ◦ blue 187

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

Shades of Cold Purple #948CBB

Tints of Cold Purple #948CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 31.16%
G = 29.47%
B = 39.37%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#948CBB (or 0x948CBB) is known color: Cold Purple. HEX triplet: 94, 8C and BB. RGB value is (148,140,187). Sum of RGB (Red+Green+Blue) = 148+140+187=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #948CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CBB is #6B7344. Grayscale: #939393. Windows color (decimal): -7041861 or 12291220. OLE color: 12291220.

HSL color Cylindrical-coordinate representation of color #948CBB: hue angle of 250.21º degrees, saturation: 0.26, 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 #948CBB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 140 187 -
CMYK 0.21 0.25 0 0.27
HSL 250.21º 0.26% 0.64% -
HSV(B) 250.21º 0.25% 0.73% -
XYZ 30.56 28.64 50.93 -
YUV 147.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 148 140 187 0.21 0.25 0 0.27 250.21 0.26 0.64
Hex 94 8C BB 15 19 0 1B FA 1A 40
Octal 224 214 273 25 31 0 33 372 32 100
Binary 10010100 10001100 10111011 10101 11001 0 11011 11111010 11010 1000000

Color Harmonies of #948CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CBB

Black with #948CBB

Text Example


Text Example

White with #948CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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