Html Css Color HEX #9378CE True V

📋 copy color: '#9378CE'

red 147 ◦ green 120 ◦ blue 206

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

Shades of True V #9378CE

Tints of True V #9378CE

RGB

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

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

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

R = 31.08%
G = 25.37%
B = 43.55%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9378CE (or 0x9378CE) is known color: True V. HEX triplet: 93, 78 and CE. RGB value is (147,120,206). Sum of RGB (Red+Green+Blue) = 147+120+206=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9378CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378CE is #6C8731. Grayscale: #898989. Windows color (decimal): -7112498 or 13531283. OLE color: 13531283.

HSL color Cylindrical-coordinate representation of color #9378CE: hue angle of 258.84º 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 #9378CE is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 120 206 -
CMYK 0.29 0.42 0 0.19
HSL 258.84º 0.47% 0.64% -
HSV(B) 258.84º 0.42% 0.81% -
XYZ 29.89 24.09 61.47 -
YUV 137.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 147 120 206 0.29 0.42 0 0.19 258.84 0.47 0.64
Hex 93 78 CE 1D 2A 0 13 103 2F 40
Octal 223 170 316 35 52 0 23 403 57 100
Binary 10010011 1111000 11001110 11101 101010 0 10011 100000011 101111 1000000

Color Harmonies of #9378CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378CE

Black with #9378CE

Text Example


Text Example

White with #9378CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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