Html Css Color HEX #947DCE True V

📋 copy color: '#947DCE'

red 148 ◦ green 125 ◦ blue 206

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

Shades of True V #947DCE

Tints of True V #947DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 30.9%
G = 26.1%
B = 43.01%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#947DCE (or 0x947DCE) is known color: True V. HEX triplet: 94, 7D and CE. RGB value is (148,125,206). Sum of RGB (Red+Green+Blue) = 148+125+206=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #947DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCE is #6B8231. Grayscale: #8C8C8C. Windows color (decimal): -7045682 or 13532564. OLE color: 13532564.

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

Color convert

RGB 148 125 206 -
CMYK 0.28 0.39 0 0.19
HSL 257.04º 0.45% 0.65% -
HSV(B) 257.04º 0.39% 0.81% -
XYZ 30.69 25.42 61.68 -
YUV 141.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 148 125 206 0.28 0.39 0 0.19 257.04 0.45 0.65
Hex 94 7D CE 1C 27 0 13 101 2D 41
Octal 224 175 316 34 47 0 23 401 55 101
Binary 10010100 1111101 11001110 11100 100111 0 10011 100000001 101101 1000001

Color Harmonies of #947DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DCE

Black with #947DCE

Text Example


Text Example

White with #947DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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