Html Css Color HEX #947EBE Cold Purple

📋 copy color: '#947EBE'

red 148 ◦ green 126 ◦ blue 190

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

Shades of Cold Purple #947EBE

Tints of Cold Purple #947EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.16%

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

R = 31.9%
G = 27.16%
B = 40.95%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#947EBE (or 0x947EBE) is known color: Cold Purple. HEX triplet: 94, 7E and BE. RGB value is (148,126,190). Sum of RGB (Red+Green+Blue) = 148+126+190=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #947EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EBE is #6B8141. Grayscale: #8B8B8B. Windows color (decimal): -7045442 or 12484244. OLE color: 12484244.

HSL color Cylindrical-coordinate representation of color #947EBE: hue angle of 260.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947EBE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 126 190 -
CMYK 0.22 0.34 0 0.25
HSL 260.63º 0.33% 0.62% -
HSV(B) 260.63º 0.34% 0.75% -
XYZ 28.97 24.94 52 -
YUV 139.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 148 126 190 0.22 0.34 0 0.25 260.63 0.33 0.62
Hex 94 7E BE 16 22 0 19 105 21 3E
Octal 224 176 276 26 42 0 31 405 41 76
Binary 10010100 1111110 10111110 10110 100010 0 11001 100000101 100001 111110

Color Harmonies of #947EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947EBE

Black with #947EBE

Text Example


Text Example

White with #947EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947EBE; }

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

 H1.HeaderClassName
 {
   color: #947EBE;
 }
 .AnyTagClassName
 {
   color: #947EBE;
 }
</style>

background-color css

<style>
 a { background-color: #947EBE; }

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

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

border-color css

<style>
 span { border-color: #947EBE; }

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

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