Html Css Color HEX #947CC2 True V

📋 copy color: '#947CC2'

red 148 ◦ green 124 ◦ blue 194

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

Shades of True V #947CC2

Tints of True V #947CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 31.76%
G = 26.61%
B = 41.63%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#947CC2 (or 0x947CC2) is known color: True V. HEX triplet: 94, 7C and C2. RGB value is (148,124,194). Sum of RGB (Red+Green+Blue) = 148+124+194=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #947CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CC2 is #6B833D. Grayscale: #8A8A8A. Windows color (decimal): -7045950 or 12745876. OLE color: 12745876.

HSL color Cylindrical-coordinate representation of color #947CC2: hue angle of 260.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947CC2 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 124 194 -
CMYK 0.24 0.36 0 0.24
HSL 260.57º 0.36% 0.62% -
HSV(B) 260.57º 0.36% 0.76% -
XYZ 29.16 24.61 54.25 -
YUV 139.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 148 124 194 0.24 0.36 0 0.24 260.57 0.36 0.62
Hex 94 7C C2 18 24 0 18 105 24 3E
Octal 224 174 302 30 44 0 30 405 44 76
Binary 10010100 1111100 11000010 11000 100100 0 11000 100000101 100100 111110

Color Harmonies of #947CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CC2

Black with #947CC2

Text Example


Text Example

White with #947CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,194); }

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

background-color css

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

 a { background-color: rgb(148,124,194); }

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

border-color css

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

 span { border-color: rgb(148,124,194); }

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