Html Css Color HEX #8A75BD True V

📋 copy color: '#8A75BD'

red 138 ◦ green 117 ◦ blue 189

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

Shades of True V #8A75BD

Tints of True V #8A75BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 31.08%
G = 26.35%
B = 42.57%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A75BD (or 0x8A75BD) is known color: True V. HEX triplet: 8A, 75 and BD. RGB value is (138,117,189). Sum of RGB (Red+Green+Blue) = 138+117+189=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A75BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75BD is #758A42. Grayscale: #838383. Windows color (decimal): -7703107 or 12416394. OLE color: 12416394.

HSL color Cylindrical-coordinate representation of color #8A75BD: hue angle of 257.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A75BD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 117 189 -
CMYK 0.27 0.38 0 0.26
HSL 257.5º 0.35% 0.6% -
HSV(B) 257.5º 0.38% 0.74% -
XYZ 26.03 21.8 50.98 -
YUV 131.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 138 117 189 0.27 0.38 0 0.26 257.5 0.35 0.6
Hex 8A 75 BD 1B 26 0 1A 102 23 3C
Octal 212 165 275 33 46 0 32 402 43 74
Binary 10001010 1110101 10111101 11011 100110 0 11010 100000010 100011 111100

Color Harmonies of #8A75BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A75BD

Black with #8A75BD

Text Example


Text Example

White with #8A75BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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