Html Css Color HEX #8363CE True V

📋 copy color: '#8363CE'

red 131 ◦ green 99 ◦ blue 206

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

Shades of True V #8363CE

Tints of True V #8363CE

RGB

 RED value IS 131 (51.56% from 255) = 30.05%

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

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

R = 30.05%
G = 22.71%
B = 47.25%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8363CE (or 0x8363CE) is known color: True V. HEX triplet: 83, 63 and CE. RGB value is (131,99,206). Sum of RGB (Red+Green+Blue) = 131+99+206=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #8363CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363CE is #7C9C31. Grayscale: #787878. Windows color (decimal): -8166450 or 13525891. OLE color: 13525891.

HSL color Cylindrical-coordinate representation of color #8363CE: hue angle of 257.94º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8363CE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 99 206 -
CMYK 0.36 0.52 0 0.19
HSL 257.94º 0.52% 0.6% -
HSV(B) 257.94º 0.52% 0.81% -
XYZ 24.96 18.21 60.59 -
YUV 120.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 131 99 206 0.36 0.52 0 0.19 257.94 0.52 0.6
Hex 83 63 CE 24 34 0 13 102 34 3C
Octal 203 143 316 44 64 0 23 402 64 74
Binary 10000011 1100011 11001110 100100 110100 0 10011 100000010 110100 111100

Color Harmonies of #8363CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8363CE

Black with #8363CE

Text Example


Text Example

White with #8363CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8363CE; }

 p { color: rgb(131,99,206); }

 H1.HeaderClassName
 {
   color: #8363CE;
 }
 .AnyTagClassName
 {
   color: #8363CE;
 }
</style>

background-color css

<style>
 a { background-color: #8363CE; }

 a { background-color: rgb(131,99,206); }

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

border-color css

<style>
 span { border-color: #8363CE; }

 span { border-color: rgb(131,99,206); }

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