Html Css Color HEX #9695E9 Portage

📋 copy color: '#9695E9'

red 150 ◦ green 149 ◦ blue 233

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

Shades of Portage #9695E9

Tints of Portage #9695E9

RGB

 RED value IS 150 (58.98% from 255) = 28.2%

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

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 28.2%
G = 28.01%
B = 43.8%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9695E9 (or 0x9695E9) is known color: Portage. HEX triplet: 96, 95 and E9. RGB value is (150,149,233). Sum of RGB (Red+Green+Blue) = 150+149+233=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #9695E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9695E9 is #696A16. Grayscale: #9E9E9E. Windows color (decimal): -6908439 or 15308182. OLE color: 15308182.

HSL color Cylindrical-coordinate representation of color #9695E9: hue angle of 240.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9695E9 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 149 233 -
CMYK 0.36 0.36 0 0.09
HSL 240.71º 0.66% 0.75% -
HSV(B) 240.71º 0.36% 0.91% -
XYZ 38.03 33.86 81.62 -
YUV 158.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 150 149 233 0.36 0.36 0 0.09 240.71 0.66 0.75
Hex 96 95 E9 24 24 0 9 F1 42 4B
Octal 226 225 351 44 44 0 11 361 102 113
Binary 10010110 10010101 11101001 100100 100100 0 1001 11110001 1000010 1001011

Color Harmonies of #9695E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9695E9

Black with #9695E9

Text Example


Text Example

White with #9695E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9695E9; }

 p { color: rgb(150,149,233); }

 H1.HeaderClassName
 {
   color: #9695E9;
 }
 .AnyTagClassName
 {
   color: #9695E9;
 }
</style>

background-color css

<style>
 a { background-color: #9695E9; }

 a { background-color: rgb(150,149,233); }

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

border-color css

<style>
 span { border-color: #9695E9; }

 span { border-color: rgb(150,149,233); }

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