Html Css Color HEX #948CBE Cold Purple

📋 copy color: '#948CBE'

red 148 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #948CBE

Tints of Cold Purple #948CBE

RGB

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

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

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

R = 30.96%
G = 29.29%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#948CBE (or 0x948CBE) is known color: Cold Purple. HEX triplet: 94, 8C and BE. RGB value is (148,140,190). Sum of RGB (Red+Green+Blue) = 148+140+190=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #948CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CBE is #6B7341. Grayscale: #939393. Windows color (decimal): -7041858 or 12487828. OLE color: 12487828.

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

Color convert

RGB 148 140 190 -
CMYK 0.22 0.26 0 0.25
HSL 249.6º 0.28% 0.65% -
HSV(B) 249.6º 0.26% 0.75% -
XYZ 30.89 28.77 52.64 -
YUV 148.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 148 140 190 0.22 0.26 0 0.25 249.6 0.28 0.65
Hex 94 8C BE 16 1A 0 19 FA 1C 41
Octal 224 214 276 26 32 0 31 372 34 101
Binary 10010100 10001100 10111110 10110 11010 0 11001 11111010 11100 1000001

Color Harmonies of #948CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CBE

Black with #948CBE

Text Example


Text Example

White with #948CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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