Html Css Color HEX #9378CC True V

📋 copy color: '#9378CC'

red 147 ◦ green 120 ◦ blue 204

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

Shades of True V #9378CC

Tints of True V #9378CC

RGB

 RED value IS 147 (57.81% from 255) = 31.21%

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

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

R = 31.21%
G = 25.48%
B = 43.31%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9378CC (or 0x9378CC) is known color: True V. HEX triplet: 93, 78 and CC. RGB value is (147,120,204). Sum of RGB (Red+Green+Blue) = 147+120+204=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #9378CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378CC is #6C8733. Grayscale: #898989. Windows color (decimal): -7112500 or 13400211. OLE color: 13400211.

HSL color Cylindrical-coordinate representation of color #9378CC: hue angle of 259.29º degrees, saturation: 0.45, 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 #9378CC is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 120 204 -
CMYK 0.28 0.41 0 0.2
HSL 259.29º 0.45% 0.64% -
HSV(B) 259.29º 0.41% 0.8% -
XYZ 29.65 24 60.2 -
YUV 137.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 147 120 204 0.28 0.41 0 0.2 259.29 0.45 0.64
Hex 93 78 CC 1C 29 0 14 103 2D 40
Octal 223 170 314 34 51 0 24 403 55 100
Binary 10010011 1111000 11001100 11100 101001 0 10100 100000011 101101 1000000

Color Harmonies of #9378CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378CC

Black with #9378CC

Text Example


Text Example

White with #9378CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9378CC; }

 p { color: rgb(147,120,204); }

 H1.HeaderClassName
 {
   color: #9378CC;
 }
 .AnyTagClassName
 {
   color: #9378CC;
 }
</style>

background-color css

<style>
 a { background-color: #9378CC; }

 a { background-color: rgb(147,120,204); }

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

border-color css

<style>
 span { border-color: #9378CC; }

 span { border-color: rgb(147,120,204); }

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