Html Css Color HEX #947ACC True V

📋 copy color: '#947ACC'

red 148 ◦ green 122 ◦ blue 204

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

Shades of True V #947ACC

Tints of True V #947ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 31.22%
G = 25.74%
B = 43.04%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#947ACC (or 0x947ACC) is known color: True V. HEX triplet: 94, 7A and CC. RGB value is (148,122,204). Sum of RGB (Red+Green+Blue) = 148+122+204=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #947ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ACC is #6B8533. Grayscale: #8A8A8A. Windows color (decimal): -7046452 or 13400724. OLE color: 13400724.

HSL color Cylindrical-coordinate representation of color #947ACC: hue angle of 259.02º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947ACC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 122 204 -
CMYK 0.27 0.40 0 0.2
HSL 259.02º 0.45% 0.64% -
HSV(B) 259.02º 0.4% 0.8% -
XYZ 30.07 24.57 60.29 -
YUV 139.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 148 122 204 0.27 0.40 0 0.2 259.02 0.45 0.64
Hex 94 7A CC 1B 28 0 14 103 2D 40
Octal 224 172 314 33 50 0 24 403 55 100
Binary 10010100 1111010 11001100 11011 101000 0 10100 100000011 101101 1000000

Color Harmonies of #947ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ACC

Black with #947ACC

Text Example


Text Example

White with #947ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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