Html Css Color HEX #947DC6 True V

📋 copy color: '#947DC6'

red 148 ◦ green 125 ◦ blue 198

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

Shades of True V #947DC6

Tints of True V #947DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 31.42%
G = 26.54%
B = 42.04%

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

#947DC6 (or 0x947DC6) is known color: True V. HEX triplet: 94, 7D and C6. RGB value is (148,125,198). Sum of RGB (Red+Green+Blue) = 148+125+198=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #947DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DC6 is #6B8239. Grayscale: #8B8B8B. Windows color (decimal): -7045690 or 13008276. OLE color: 13008276.

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

Color convert

RGB 148 125 198 -
CMYK 0.25 0.37 0 0.22
HSL 258.9º 0.39% 0.63% -
HSV(B) 258.9º 0.37% 0.78% -
XYZ 29.74 25.04 56.69 -
YUV 140.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 148 125 198 0.25 0.37 0 0.22 258.9 0.39 0.63
Hex 94 7D C6 19 25 0 16 103 27 3F
Octal 224 175 306 31 45 0 26 403 47 77
Binary 10010100 1111101 11000110 11001 100101 0 10110 100000011 100111 111111

Color Harmonies of #947DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DC6

Black with #947DC6

Text Example


Text Example

White with #947DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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