Html Css Color HEX #8A6CBE True V

📋 copy color: '#8A6CBE'

red 138 ◦ green 108 ◦ blue 190

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

Shades of True V #8A6CBE

Tints of True V #8A6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 31.65%
G = 24.77%
B = 43.58%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A6CBE (or 0x8A6CBE) is known color: True V. HEX triplet: 8A, 6C and BE. RGB value is (138,108,190). Sum of RGB (Red+Green+Blue) = 138+108+190=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CBE is #759341. Grayscale: #7E7E7E. Windows color (decimal): -7705410 or 12479626. OLE color: 12479626.

HSL color Cylindrical-coordinate representation of color #8A6CBE: hue angle of 261.95º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A6CBE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 108 190 -
CMYK 0.27 0.43 0 0.25
HSL 261.95º 0.39% 0.58% -
HSV(B) 261.95º 0.43% 0.75% -
XYZ 25.14 19.85 51.22 -
YUV 126.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 138 108 190 0.27 0.43 0 0.25 261.95 0.39 0.58
Hex 8A 6C BE 1B 2B 0 19 106 27 3A
Octal 212 154 276 33 53 0 31 406 47 72
Binary 10001010 1101100 10111110 11011 101011 0 11001 100000110 100111 111010

Color Harmonies of #8A6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CBE

Black with #8A6CBE

Text Example


Text Example

White with #8A6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,108,190); }

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

background-color css

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

 a { background-color: rgb(138,108,190); }

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

border-color css

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

 span { border-color: rgb(138,108,190); }

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