Html Css Color HEX #8B68CE True V

📋 copy color: '#8B68CE'

red 139 ◦ green 104 ◦ blue 206

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

Shades of True V #8B68CE

Tints of True V #8B68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 30.96%
G = 23.16%
B = 45.88%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B68CE (or 0x8B68CE) is known color: True V. HEX triplet: 8B, 68 and CE. RGB value is (139,104,206). Sum of RGB (Red+Green+Blue) = 139+104+206=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B68CE is #749731. Grayscale: #7D7D7D. Windows color (decimal): -7640882 or 13527179. OLE color: 13527179.

HSL color Cylindrical-coordinate representation of color #8B68CE: hue angle of 260.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B68CE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 104 206 -
CMYK 0.33 0.50 0 0.19
HSL 260.59º 0.51% 0.61% -
HSV(B) 260.59º 0.5% 0.81% -
XYZ 26.74 19.85 60.81 -
YUV 126.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 139 104 206 0.33 0.50 0 0.19 260.59 0.51 0.61
Hex 8B 68 CE 21 32 0 13 105 33 3D
Octal 213 150 316 41 62 0 23 405 63 75
Binary 10001011 1101000 11001110 100001 110010 0 10011 100000101 110011 111101

Color Harmonies of #8B68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B68CE

Black with #8B68CE

Text Example


Text Example

White with #8B68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,104,206); }

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

background-color css

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

 a { background-color: rgb(139,104,206); }

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

border-color css

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

 span { border-color: rgb(139,104,206); }

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