Html Css Color HEX #947AC7 True V

📋 copy color: '#947AC7'

red 148 ◦ green 122 ◦ blue 199

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

Shades of True V #947AC7

Tints of True V #947AC7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.01%

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 31.56%
G = 26.01%
B = 42.43%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#947AC7 (or 0x947AC7) is known color: True V. HEX triplet: 94, 7A and C7. RGB value is (148,122,199). Sum of RGB (Red+Green+Blue) = 148+122+199=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #947AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AC7 is #6B8538. Grayscale: #8A8A8A. Windows color (decimal): -7046457 or 13073044. OLE color: 13073044.

HSL color Cylindrical-coordinate representation of color #947AC7: hue angle of 260.26º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947AC7 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 122 199 -
CMYK 0.26 0.39 0 0.22
HSL 260.26º 0.41% 0.63% -
HSV(B) 260.26º 0.39% 0.78% -
XYZ 29.48 24.34 57.18 -
YUV 138.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 148 122 199 0.26 0.39 0 0.22 260.26 0.41 0.63
Hex 94 7A C7 1A 27 0 16 104 29 3F
Octal 224 172 307 32 47 0 26 404 51 77
Binary 10010100 1111010 11000111 11010 100111 0 10110 100000100 101001 111111

Color Harmonies of #947AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AC7

Black with #947AC7

Text Example


Text Example

White with #947AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,199); }

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

background-color css

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

 a { background-color: rgb(148,122,199); }

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

border-color css

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

 span { border-color: rgb(148,122,199); }

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