Html Css Color HEX #9478CD True V

📋 copy color: '#9478CD'

red 148 ◦ green 120 ◦ blue 205

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

Shades of True V #9478CD

Tints of True V #9478CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 31.29%
G = 25.37%
B = 43.34%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9478CD (or 0x9478CD) is known color: True V. HEX triplet: 94, 78 and CD. RGB value is (148,120,205). Sum of RGB (Red+Green+Blue) = 148+120+205=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9478CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478CD is #6B8732. Grayscale: #898989. Windows color (decimal): -7046963 or 13465748. OLE color: 13465748.

HSL color Cylindrical-coordinate representation of color #9478CD: hue angle of 259.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9478CD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 120 205 -
CMYK 0.28 0.41 0 0.20
HSL 259.76º 0.46% 0.64% -
HSV(B) 259.76º 0.41% 0.8% -
XYZ 29.95 24.14 60.84 -
YUV 138.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 148 120 205 0.28 0.41 0 0.20 259.76 0.46 0.64
Hex 94 78 CD 1C 29 0 14 104 2E 40
Octal 224 170 315 34 51 0 24 404 56 100
Binary 10010100 1111000 11001101 11100 101001 0 10100 100000100 101110 1000000

Color Harmonies of #9478CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478CD

Black with #9478CD

Text Example


Text Example

White with #9478CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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