Html Css Color HEX #947CCE True V

📋 copy color: '#947CCE'

red 148 ◦ green 124 ◦ blue 206

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

Shades of True V #947CCE

Tints of True V #947CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.94%

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

R = 30.96%
G = 25.94%
B = 43.1%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#947CCE (or 0x947CCE) is known color: True V. HEX triplet: 94, 7C and CE. RGB value is (148,124,206). Sum of RGB (Red+Green+Blue) = 148+124+206=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #947CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCE is #6B8331. Grayscale: #8C8C8C. Windows color (decimal): -7045938 or 13532308. OLE color: 13532308.

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

Color convert

RGB 148 124 206 -
CMYK 0.28 0.40 0 0.19
HSL 257.56º 0.46% 0.65% -
HSV(B) 257.56º 0.4% 0.81% -
XYZ 30.56 25.17 61.64 -
YUV 140.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 148 124 206 0.28 0.40 0 0.19 257.56 0.46 0.65
Hex 94 7C CE 1C 28 0 13 102 2E 41
Octal 224 174 316 34 50 0 23 402 56 101
Binary 10010100 1111100 11001110 11100 101000 0 10011 100000010 101110 1000001

Color Harmonies of #947CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CCE

Black with #947CCE

Text Example


Text Example

White with #947CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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