Html Css Color HEX #9A95EF Portage

📋 copy color: '#9A95EF'

red 154 ◦ green 149 ◦ blue 239

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

Shades of Portage #9A95EF

Tints of Portage #9A95EF

RGB

 RED value IS 154 (60.55% from 255) = 28.41%

 GREEN value IS 149 (58.59% from 255) = 27.49%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 28.41%
G = 27.49%
B = 44.1%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9A95EF (or 0x9A95EF) is known color: Portage. HEX triplet: 9A, 95 and EF. RGB value is (154,149,239). Sum of RGB (Red+Green+Blue) = 154+149+239=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A95EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A95EF is #656A10. Grayscale: #A0A0A0. Windows color (decimal): -6646289 or 15701402. OLE color: 15701402.

HSL color Cylindrical-coordinate representation of color #9A95EF: hue angle of 243.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A95EF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 149 239 -
CMYK 0.36 0.38 0 0.06
HSL 243.33º 0.74% 0.76% -
HSV(B) 243.33º 0.38% 0.94% -
XYZ 39.65 34.6 86.25 -
YUV 160.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 154 149 239 0.36 0.38 0 0.06 243.33 0.74 0.76
Hex 9A 95 EF 24 26 0 6 F3 4A 4C
Octal 232 225 357 44 46 0 6 363 112 114
Binary 10011010 10010101 11101111 100100 100110 0 110 11110011 1001010 1001100

Color Harmonies of #9A95EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A95EF

Black with #9A95EF

Text Example


Text Example

White with #9A95EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A95EF; }

 p { color: rgb(154,149,239); }

 H1.HeaderClassName
 {
   color: #9A95EF;
 }
 .AnyTagClassName
 {
   color: #9A95EF;
 }
</style>

background-color css

<style>
 a { background-color: #9A95EF; }

 a { background-color: rgb(154,149,239); }

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

border-color css

<style>
 span { border-color: #9A95EF; }

 span { border-color: rgb(154,149,239); }

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