Html Css Color HEX #8A77B2 Deluge

📋 copy color: '#8A77B2'

red 138 ◦ green 119 ◦ blue 178

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

Shades of Deluge #8A77B2

Tints of Deluge #8A77B2

RGB

 RED value IS 138 (54.3% from 255) = 31.72%

 GREEN value IS 119 (46.88% from 255) = 27.36%

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 31.72%
G = 27.36%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8A77B2 (or 0x8A77B2) is known color: Deluge. HEX triplet: 8A, 77 and B2. RGB value is (138,119,178). Sum of RGB (Red+Green+Blue) = 138+119+178=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A77B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A77B2 is #75884D. Grayscale: #838383. Windows color (decimal): -7702606 or 11696010. OLE color: 11696010.

HSL color Cylindrical-coordinate representation of color #8A77B2: hue angle of 259.32º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A77B2 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 119 178 -
CMYK 0.22 0.33 0 0.30
HSL 259.32º 0.28% 0.58% -
HSV(B) 259.32º 0.33% 0.7% -
XYZ 25.11 21.81 45.01 -
YUV 131.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 138 119 178 0.22 0.33 0 0.30 259.32 0.28 0.58
Hex 8A 77 B2 16 21 0 1E 103 1C 3A
Octal 212 167 262 26 41 0 36 403 34 72
Binary 10001010 1110111 10110010 10110 100001 0 11110 100000011 11100 111010

Color Harmonies of #8A77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77B2

Black with #8A77B2

Text Example


Text Example

White with #8A77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A77B2; }

 p { color: rgb(138,119,178); }

 H1.HeaderClassName
 {
   color: #8A77B2;
 }
 .AnyTagClassName
 {
   color: #8A77B2;
 }
</style>

background-color css

<style>
 a { background-color: #8A77B2; }

 a { background-color: rgb(138,119,178); }

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

border-color css

<style>
 span { border-color: #8A77B2; }

 span { border-color: rgb(138,119,178); }

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