Html Css Color HEX #9381C7 True V

📋 copy color: '#9381C7'

red 147 ◦ green 129 ◦ blue 199

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

Shades of True V #9381C7

Tints of True V #9381C7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 30.95%
G = 27.16%
B = 41.89%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9381C7 (or 0x9381C7) is known color: True V. HEX triplet: 93, 81 and C7. RGB value is (147,129,199). Sum of RGB (Red+Green+Blue) = 147+129+199=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #9381C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381C7 is #6C7E38. Grayscale: #8E8E8E. Windows color (decimal): -7110201 or 13074835. OLE color: 13074835.

HSL color Cylindrical-coordinate representation of color #9381C7: hue angle of 255.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9381C7 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 129 199 -
CMYK 0.26 0.35 0 0.22
HSL 255.43º 0.38% 0.64% -
HSV(B) 255.43º 0.35% 0.78% -
XYZ 30.19 26.03 57.47 -
YUV 142.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 147 129 199 0.26 0.35 0 0.22 255.43 0.38 0.64
Hex 93 81 C7 1A 23 0 16 FF 26 40
Octal 223 201 307 32 43 0 26 377 46 100
Binary 10010011 10000001 11000111 11010 100011 0 10110 11111111 100110 1000000

Color Harmonies of #9381C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9381C7

Black with #9381C7

Text Example


Text Example

White with #9381C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9381C7; }

 p { color: rgb(147,129,199); }

 H1.HeaderClassName
 {
   color: #9381C7;
 }
 .AnyTagClassName
 {
   color: #9381C7;
 }
</style>

background-color css

<style>
 a { background-color: #9381C7; }

 a { background-color: rgb(147,129,199); }

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

border-color css

<style>
 span { border-color: #9381C7; }

 span { border-color: rgb(147,129,199); }

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