Html Css Color HEX #8B6CCA True V

📋 copy color: '#8B6CCA'

red 139 ◦ green 108 ◦ blue 202

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

Shades of True V #8B6CCA

Tints of True V #8B6CCA

RGB

 RED value IS 139 (54.69% from 255) = 30.96%

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 30.96%
G = 24.05%
B = 44.99%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B6CCA (or 0x8B6CCA) is known color: True V. HEX triplet: 8B, 6C and CA. RGB value is (139,108,202). Sum of RGB (Red+Green+Blue) = 139+108+202=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CCA is #749335. Grayscale: #7F7F7F. Windows color (decimal): -7639862 or 13266059. OLE color: 13266059.

HSL color Cylindrical-coordinate representation of color #8B6CCA: hue angle of 259.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6CCA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 108 202 -
CMYK 0.31 0.47 0 0.21
HSL 259.79º 0.47% 0.61% -
HSV(B) 259.79º 0.47% 0.79% -
XYZ 26.67 20.48 58.42 -
YUV 127.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 139 108 202 0.31 0.47 0 0.21 259.79 0.47 0.61
Hex 8B 6C CA 1F 2F 0 15 104 2F 3D
Octal 213 154 312 37 57 0 25 404 57 75
Binary 10001011 1101100 11001010 11111 101111 0 10101 100000100 101111 111101

Color Harmonies of #8B6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6CCA

Black with #8B6CCA

Text Example


Text Example

White with #8B6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,108,202); }

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

background-color css

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

 a { background-color: rgb(139,108,202); }

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

border-color css

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

 span { border-color: rgb(139,108,202); }

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