Html Css Color HEX #9993ED Portage

📋 copy color: '#9993ED'

red 153 ◦ green 147 ◦ blue 237

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

Shades of Portage #9993ED

Tints of Portage #9993ED

RGB

 RED value IS 153 (60.16% from 255) = 28.49%

 GREEN value IS 147 (57.81% from 255) = 27.37%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 28.49%
G = 27.37%
B = 44.13%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9993ED (or 0x9993ED) is known color: Portage. HEX triplet: 99, 93 and ED. RGB value is (153,147,237). Sum of RGB (Red+Green+Blue) = 153+147+237=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #9993ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993ED is #666C12. Grayscale: #9E9E9E. Windows color (decimal): -6712339 or 15569817. OLE color: 15569817.

HSL color Cylindrical-coordinate representation of color #9993ED: hue angle of 244º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9993ED is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 147 237 -
CMYK 0.35 0.38 0 0.07
HSL 244º 0.71% 0.75% -
HSV(B) 244º 0.38% 0.93% -
XYZ 38.86 33.75 84.59 -
YUV 159.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 153 147 237 0.35 0.38 0 0.07 244 0.71 0.75
Hex 99 93 ED 23 26 0 7 F4 47 4B
Octal 231 223 355 43 46 0 7 364 107 113
Binary 10011001 10010011 11101101 100011 100110 0 111 11110100 1000111 1001011

Color Harmonies of #9993ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993ED

Black with #9993ED

Text Example


Text Example

White with #9993ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9993ED; }

 p { color: rgb(153,147,237); }

 H1.HeaderClassName
 {
   color: #9993ED;
 }
 .AnyTagClassName
 {
   color: #9993ED;
 }
</style>

background-color css

<style>
 a { background-color: #9993ED; }

 a { background-color: rgb(153,147,237); }

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

border-color css

<style>
 span { border-color: #9993ED; }

 span { border-color: rgb(153,147,237); }

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