Html Css Color HEX #947CC6 True V

📋 copy color: '#947CC6'

red 148 ◦ green 124 ◦ blue 198

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

Shades of True V #947CC6

Tints of True V #947CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 31.49%
G = 26.38%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#947CC6 (or 0x947CC6) is known color: True V. HEX triplet: 94, 7C and C6. RGB value is (148,124,198). Sum of RGB (Red+Green+Blue) = 148+124+198=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #947CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CC6 is #6B8339. Grayscale: #8B8B8B. Windows color (decimal): -7045946 or 13008020. OLE color: 13008020.

HSL color Cylindrical-coordinate representation of color #947CC6: hue angle of 259.46º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #947CC6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 124 198 -
CMYK 0.25 0.37 0 0.22
HSL 259.46º 0.39% 0.63% -
HSV(B) 259.46º 0.37% 0.78% -
XYZ 29.61 24.79 56.65 -
YUV 139.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 148 124 198 0.25 0.37 0 0.22 259.46 0.39 0.63
Hex 94 7C C6 19 25 0 16 103 27 3F
Octal 224 174 306 31 45 0 26 403 47 77
Binary 10010100 1111100 11000110 11001 100101 0 10110 100000011 100111 111111

Color Harmonies of #947CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CC6

Black with #947CC6

Text Example


Text Example

White with #947CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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