Html Css Color HEX #947ECA True V

📋 copy color: '#947ECA'

red 148 ◦ green 126 ◦ blue 202

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

Shades of True V #947ECA

Tints of True V #947ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 31.09%
G = 26.47%
B = 42.44%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#947ECA (or 0x947ECA) is known color: True V. HEX triplet: 94, 7E and CA. RGB value is (148,126,202). Sum of RGB (Red+Green+Blue) = 148+126+202=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #947ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ECA is #6B8135. Grayscale: #8C8C8C. Windows color (decimal): -7045430 or 13270676. OLE color: 13270676.

HSL color Cylindrical-coordinate representation of color #947ECA: hue angle of 257.37º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947ECA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 126 202 -
CMYK 0.27 0.38 0 0.21
HSL 257.37º 0.42% 0.64% -
HSV(B) 257.37º 0.38% 0.79% -
XYZ 30.33 25.48 59.2 -
YUV 141.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 148 126 202 0.27 0.38 0 0.21 257.37 0.42 0.64
Hex 94 7E CA 1B 26 0 15 101 2A 40
Octal 224 176 312 33 46 0 25 401 52 100
Binary 10010100 1111110 11001010 11011 100110 0 10101 100000001 101010 1000000

Color Harmonies of #947ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ECA

Black with #947ECA

Text Example


Text Example

White with #947ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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