Html Css Color HEX #9380CE True V

📋 copy color: '#9380CE'

red 147 ◦ green 128 ◦ blue 206

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

Shades of True V #9380CE

Tints of True V #9380CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

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

R = 30.56%
G = 26.61%
B = 42.83%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9380CE (or 0x9380CE) is known color: True V. HEX triplet: 93, 80 and CE. RGB value is (147,128,206). Sum of RGB (Red+Green+Blue) = 147+128+206=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #9380CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380CE is #6C7F31. Grayscale: #8E8E8E. Windows color (decimal): -7110450 or 13533331. OLE color: 13533331.

HSL color Cylindrical-coordinate representation of color #9380CE: hue angle of 254.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9380CE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 128 206 -
CMYK 0.29 0.38 0 0.19
HSL 254.62º 0.44% 0.65% -
HSV(B) 254.62º 0.38% 0.81% -
XYZ 30.89 26.1 61.8 -
YUV 142.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 147 128 206 0.29 0.38 0 0.19 254.62 0.44 0.65
Hex 93 80 CE 1D 26 0 13 FF 2C 41
Octal 223 200 316 35 46 0 23 377 54 101
Binary 10010011 10000000 11001110 11101 100110 0 10011 11111111 101100 1000001

Color Harmonies of #9380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380CE

Black with #9380CE

Text Example


Text Example

White with #9380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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