Html Css Color HEX #8A75CF True V

📋 copy color: '#8A75CF'

red 138 ◦ green 117 ◦ blue 207

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

Shades of True V #8A75CF

Tints of True V #8A75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 29.87%
G = 25.32%
B = 44.81%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A75CF (or 0x8A75CF) is known color: True V. HEX triplet: 8A, 75 and CF. RGB value is (138,117,207). Sum of RGB (Red+Green+Blue) = 138+117+207=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75CF is #758A30. Grayscale: #858585. Windows color (decimal): -7703089 or 13596042. OLE color: 13596042.

HSL color Cylindrical-coordinate representation of color #8A75CF: hue angle of 254º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A75CF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 117 207 -
CMYK 0.33 0.43 0 0.19
HSL 254º 0.48% 0.64% -
HSV(B) 254º 0.43% 0.81% -
XYZ 28.11 22.63 61.92 -
YUV 133.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 138 117 207 0.33 0.43 0 0.19 254 0.48 0.64
Hex 8A 75 CF 21 2B 0 13 FE 30 40
Octal 212 165 317 41 53 0 23 376 60 100
Binary 10001010 1110101 11001111 100001 101011 0 10011 11111110 110000 1000000

Color Harmonies of #8A75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A75CF

Black with #8A75CF

Text Example


Text Example

White with #8A75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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