Html Css Color HEX #9478CE True V

📋 copy color: '#9478CE'

red 148 ◦ green 120 ◦ blue 206

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

Shades of True V #9478CE

Tints of True V #9478CE

RGB

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

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

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

R = 31.22%
G = 25.32%
B = 43.46%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9478CE (or 0x9478CE) is known color: True V. HEX triplet: 94, 78 and CE. RGB value is (148,120,206). Sum of RGB (Red+Green+Blue) = 148+120+206=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9478CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478CE is #6B8731. Grayscale: #898989. Windows color (decimal): -7046962 or 13531284. OLE color: 13531284.

HSL color Cylindrical-coordinate representation of color #9478CE: hue angle of 259.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9478CE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 120 206 -
CMYK 0.28 0.42 0 0.19
HSL 259.53º 0.47% 0.64% -
HSV(B) 259.53º 0.42% 0.81% -
XYZ 30.07 24.19 61.48 -
YUV 138.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 148 120 206 0.28 0.42 0 0.19 259.53 0.47 0.64
Hex 94 78 CE 1C 2A 0 13 104 2F 40
Octal 224 170 316 34 52 0 23 404 57 100
Binary 10010100 1111000 11001110 11100 101010 0 10011 100000100 101111 1000000

Color Harmonies of #9478CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478CE

Black with #9478CE

Text Example


Text Example

White with #9478CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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