Html Css Color HEX #9383CC True V

📋 copy color: '#9383CC'

red 147 ◦ green 131 ◦ blue 204

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

Shades of True V #9383CC

Tints of True V #9383CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 30.5%
G = 27.18%
B = 42.32%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9383CC (or 0x9383CC) is known color: True V. HEX triplet: 93, 83 and CC. RGB value is (147,131,204). Sum of RGB (Red+Green+Blue) = 147+131+204=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #9383CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383CC is #6C7C33. Grayscale: #8F8F8F. Windows color (decimal): -7109684 or 13403027. OLE color: 13403027.

HSL color Cylindrical-coordinate representation of color #9383CC: hue angle of 253.15º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9383CC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 131 204 -
CMYK 0.28 0.36 0 0.2
HSL 253.15º 0.42% 0.66% -
HSV(B) 253.15º 0.36% 0.8% -
XYZ 31.05 26.8 60.66 -
YUV 144.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 147 131 204 0.28 0.36 0 0.2 253.15 0.42 0.66
Hex 93 83 CC 1C 24 0 14 FD 2A 42
Octal 223 203 314 34 44 0 24 375 52 102
Binary 10010011 10000011 11001100 11100 100100 0 10100 11111101 101010 1000010

Color Harmonies of #9383CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383CC

Black with #9383CC

Text Example


Text Example

White with #9383CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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