Html Css Color HEX #8A75BB True V

📋 copy color: '#8A75BB'

red 138 ◦ green 117 ◦ blue 187

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

Shades of True V #8A75BB

Tints of True V #8A75BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 31.22%
G = 26.47%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A75BB (or 0x8A75BB) is known color: True V. HEX triplet: 8A, 75 and BB. RGB value is (138,117,187). Sum of RGB (Red+Green+Blue) = 138+117+187=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A75BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75BB is #758A44. Grayscale: #838383. Windows color (decimal): -7703109 or 12285322. OLE color: 12285322.

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

Color convert

RGB 138 117 187 -
CMYK 0.26 0.37 0 0.27
HSL 258º 0.34% 0.6% -
HSV(B) 258º 0.37% 0.73% -
XYZ 25.81 21.71 49.84 -
YUV 131.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 138 117 187 0.26 0.37 0 0.27 258 0.34 0.6
Hex 8A 75 BB 1A 25 0 1B 102 22 3C
Octal 212 165 273 32 45 0 33 402 42 74
Binary 10001010 1110101 10111011 11010 100101 0 11011 100000010 100010 111100

Color Harmonies of #8A75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A75BB

Black with #8A75BB

Text Example


Text Example

White with #8A75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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