Html Css Color HEX #8A75B6 True V

📋 copy color: '#8A75B6'

red 138 ◦ green 117 ◦ blue 182

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

Shades of True V #8A75B6

Tints of True V #8A75B6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

 BLUE value IS 182 (71.48% from 255) = 41.65%

R = 31.58%
G = 26.77%
B = 41.65%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A75B6 (or 0x8A75B6) is known color: True V. HEX triplet: 8A, 75 and B6. RGB value is (138,117,182). Sum of RGB (Red+Green+Blue) = 138+117+182=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A75B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75B6 is #758A49. Grayscale: #828282. Windows color (decimal): -7703114 or 11957642. OLE color: 11957642.

HSL color Cylindrical-coordinate representation of color #8A75B6: hue angle of 259.38º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A75B6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 117 182 -
CMYK 0.24 0.36 0 0.29
HSL 259.38º 0.31% 0.59% -
HSV(B) 259.38º 0.36% 0.71% -
XYZ 25.29 21.5 47.07 -
YUV 130.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 138 117 182 0.24 0.36 0 0.29 259.38 0.31 0.59
Hex 8A 75 B6 18 24 0 1D 103 1F 3B
Octal 212 165 266 30 44 0 35 403 37 73
Binary 10001010 1110101 10110110 11000 100100 0 11101 100000011 11111 111011

Color Harmonies of #8A75B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A75B6

Black with #8A75B6

Text Example


Text Example

White with #8A75B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,117,182); }

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

background-color css

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

 a { background-color: rgb(138,117,182); }

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

border-color css

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

 span { border-color: rgb(138,117,182); }

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