Html Css Color HEX #947DCD True V

📋 copy color: '#947DCD'

red 148 ◦ green 125 ◦ blue 205

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

Shades of True V #947DCD

Tints of True V #947DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 30.96%
G = 26.15%
B = 42.89%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#947DCD (or 0x947DCD) is known color: True V. HEX triplet: 94, 7D and CD. RGB value is (148,125,205). Sum of RGB (Red+Green+Blue) = 148+125+205=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #947DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCD is #6B8232. Grayscale: #8C8C8C. Windows color (decimal): -7045683 or 13467028. OLE color: 13467028.

HSL color Cylindrical-coordinate representation of color #947DCD: hue angle of 257.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947DCD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 125 205 -
CMYK 0.28 0.39 0 0.20
HSL 257.25º 0.44% 0.65% -
HSV(B) 257.25º 0.39% 0.8% -
XYZ 30.57 25.37 61.04 -
YUV 141 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 148 125 205 0.28 0.39 0 0.20 257.25 0.44 0.65
Hex 94 7D CD 1C 27 0 14 101 2C 41
Octal 224 175 315 34 47 0 24 401 54 101
Binary 10010100 1111101 11001101 11100 100111 0 10100 100000001 101100 1000001

Color Harmonies of #947DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DCD

Black with #947DCD

Text Example


Text Example

White with #947DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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