Html Css Color HEX #947DC9 True V

📋 copy color: '#947DC9'

red 148 ◦ green 125 ◦ blue 201

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

Shades of True V #947DC9

Tints of True V #947DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 31.22%
G = 26.37%
B = 42.41%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#947DC9 (or 0x947DC9) is known color: True V. HEX triplet: 94, 7D and C9. RGB value is (148,125,201). Sum of RGB (Red+Green+Blue) = 148+125+201=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #947DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DC9 is #6B8236. Grayscale: #8C8C8C. Windows color (decimal): -7045687 or 13204884. OLE color: 13204884.

HSL color Cylindrical-coordinate representation of color #947DC9: hue angle of 258.16º degrees, saturation: 0.41, 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 #947DC9 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 125 201 -
CMYK 0.26 0.38 0 0.21
HSL 258.16º 0.41% 0.64% -
HSV(B) 258.16º 0.38% 0.79% -
XYZ 30.09 25.18 58.53 -
YUV 140.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 148 125 201 0.26 0.38 0 0.21 258.16 0.41 0.64
Hex 94 7D C9 1A 26 0 15 102 29 40
Octal 224 175 311 32 46 0 25 402 51 100
Binary 10010100 1111101 11001001 11010 100110 0 10101 100000010 101001 1000000

Color Harmonies of #947DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DC9

Black with #947DC9

Text Example


Text Example

White with #947DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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