Html Css Color HEX #8A63CD True V

📋 copy color: '#8A63CD'

red 138 ◦ green 99 ◦ blue 205

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

Shades of True V #8A63CD

Tints of True V #8A63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 31.22%
G = 22.4%
B = 46.38%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A63CD (or 0x8A63CD) is known color: True V. HEX triplet: 8A, 63 and CD. RGB value is (138,99,205). Sum of RGB (Red+Green+Blue) = 138+99+205=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63CD is #759C32. Grayscale: #7A7A7A. Windows color (decimal): -7707699 or 13460362. OLE color: 13460362.

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

Color convert

RGB 138 99 205 -
CMYK 0.33 0.52 0 0.20
HSL 262.08º 0.51% 0.6% -
HSV(B) 262.08º 0.52% 0.8% -
XYZ 25.96 18.73 60.01 -
YUV 122.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 138 99 205 0.33 0.52 0 0.20 262.08 0.51 0.6
Hex 8A 63 CD 21 34 0 14 106 33 3C
Octal 212 143 315 41 64 0 24 406 63 74
Binary 10001010 1100011 11001101 100001 110100 0 10100 100000110 110011 111100

Color Harmonies of #8A63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A63CD

Black with #8A63CD

Text Example


Text Example

White with #8A63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,99,205); }

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

background-color css

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

 a { background-color: rgb(138,99,205); }

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

border-color css

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

 span { border-color: rgb(138,99,205); }

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