Html Css Color HEX #9478C6 True V

📋 copy color: '#9478C6'

red 148 ◦ green 120 ◦ blue 198

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

Shades of True V #9478C6

Tints of True V #9478C6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 31.76%
G = 25.75%
B = 42.49%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9478C6 (or 0x9478C6) is known color: True V. HEX triplet: 94, 78 and C6. RGB value is (148,120,198). Sum of RGB (Red+Green+Blue) = 148+120+198=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #9478C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478C6 is #6B8739. Grayscale: #888888. Windows color (decimal): -7046970 or 13006996. OLE color: 13006996.

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

Color convert

RGB 148 120 198 -
CMYK 0.25 0.39 0 0.22
HSL 261.54º 0.41% 0.62% -
HSV(B) 261.54º 0.39% 0.78% -
XYZ 29.12 23.81 56.49 -
YUV 137.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 148 120 198 0.25 0.39 0 0.22 261.54 0.41 0.62
Hex 94 78 C6 19 27 0 16 106 29 3E
Octal 224 170 306 31 47 0 26 406 51 76
Binary 10010100 1111000 11000110 11001 100111 0 10110 100000110 101001 111110

Color Harmonies of #9478C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478C6

Black with #9478C6

Text Example


Text Example

White with #9478C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9478C6; }

 p { color: rgb(148,120,198); }

 H1.HeaderClassName
 {
   color: #9478C6;
 }
 .AnyTagClassName
 {
   color: #9478C6;
 }
</style>

background-color css

<style>
 a { background-color: #9478C6; }

 a { background-color: rgb(148,120,198); }

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

border-color css

<style>
 span { border-color: #9478C6; }

 span { border-color: rgb(148,120,198); }

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