Html Css Color HEX #947FC5 True V

📋 copy color: '#947FC5'

red 148 ◦ green 127 ◦ blue 197

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

Shades of True V #947FC5

Tints of True V #947FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 31.36%
G = 26.91%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#947FC5 (or 0x947FC5) is known color: True V. HEX triplet: 94, 7F and C5. RGB value is (148,127,197). Sum of RGB (Red+Green+Blue) = 148+127+197=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #947FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FC5 is #6B803A. Grayscale: #8D8D8D. Windows color (decimal): -7045179 or 12943252. OLE color: 12943252.

HSL color Cylindrical-coordinate representation of color #947FC5: hue angle of 258º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947FC5 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 127 197 -
CMYK 0.25 0.36 0 0.23
HSL 258º 0.38% 0.64% -
HSV(B) 258º 0.36% 0.77% -
XYZ 29.88 25.51 56.17 -
YUV 141.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 148 127 197 0.25 0.36 0 0.23 258 0.38 0.64
Hex 94 7F C5 19 24 0 17 102 26 40
Octal 224 177 305 31 44 0 27 402 46 100
Binary 10010100 1111111 11000101 11001 100100 0 10111 100000010 100110 1000000

Color Harmonies of #947FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FC5

Black with #947FC5

Text Example


Text Example

White with #947FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,127,197); }

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

background-color css

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

 a { background-color: rgb(148,127,197); }

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

border-color css

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

 span { border-color: rgb(148,127,197); }

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