Html Css Color HEX #8B63CB True V

📋 copy color: '#8B63CB'

red 139 ◦ green 99 ◦ blue 203

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

Shades of True V #8B63CB

Tints of True V #8B63CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.45%

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 31.52%
G = 22.45%
B = 46.03%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B63CB (or 0x8B63CB) is known color: True V. HEX triplet: 8B, 63 and CB. RGB value is (139,99,203). Sum of RGB (Red+Green+Blue) = 139+99+203=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63CB is #749C34. Grayscale: #7A7A7A. Windows color (decimal): -7642165 or 13329291. OLE color: 13329291.

HSL color Cylindrical-coordinate representation of color #8B63CB: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B63CB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 99 203 -
CMYK 0.32 0.51 0 0.20
HSL 263.08º 0.5% 0.59% -
HSV(B) 263.08º 0.51% 0.8% -
XYZ 25.89 18.72 58.75 -
YUV 122.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 139 99 203 0.32 0.51 0 0.20 263.08 0.5 0.59
Hex 8B 63 CB 20 33 0 14 107 32 3B
Octal 213 143 313 40 63 0 24 407 62 73
Binary 10001011 1100011 11001011 100000 110011 0 10100 100000111 110010 111011

Color Harmonies of #8B63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B63CB

Black with #8B63CB

Text Example


Text Example

White with #8B63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,99,203); }

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

background-color css

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

 a { background-color: rgb(139,99,203); }

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

border-color css

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

 span { border-color: rgb(139,99,203); }

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