Html Css Color HEX #8A6CBD True V

📋 copy color: '#8A6CBD'

red 138 ◦ green 108 ◦ blue 189

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

Shades of True V #8A6CBD

Tints of True V #8A6CBD

RGB

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

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

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

R = 31.72%
G = 24.83%
B = 43.45%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A6CBD (or 0x8A6CBD) is known color: True V. HEX triplet: 8A, 6C and BD. RGB value is (138,108,189). Sum of RGB (Red+Green+Blue) = 138+108+189=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A6CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CBD is #759342. Grayscale: #7D7D7D. Windows color (decimal): -7705411 or 12414090. OLE color: 12414090.

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

Color convert

RGB 138 108 189 -
CMYK 0.27 0.43 0 0.26
HSL 262.22º 0.38% 0.58% -
HSV(B) 262.22º 0.43% 0.74% -
XYZ 25.03 19.8 50.65 -
YUV 126.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 138 108 189 0.27 0.43 0 0.26 262.22 0.38 0.58
Hex 8A 6C BD 1B 2B 0 1A 106 26 3A
Octal 212 154 275 33 53 0 32 406 46 72
Binary 10001010 1101100 10111101 11011 101011 0 11010 100000110 100110 111010

Color Harmonies of #8A6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CBD

Black with #8A6CBD

Text Example


Text Example

White with #8A6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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