Html Css Color HEX #8361CE True V

📋 copy color: '#8361CE'

red 131 ◦ green 97 ◦ blue 206

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

Shades of True V #8361CE

Tints of True V #8361CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

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

R = 30.18%
G = 22.35%
B = 47.47%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8361CE (or 0x8361CE) is known color: True V. HEX triplet: 83, 61 and CE. RGB value is (131,97,206). Sum of RGB (Red+Green+Blue) = 131+97+206=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #8361CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361CE is #7C9E31. Grayscale: #777777. Windows color (decimal): -8166962 or 13525379. OLE color: 13525379.

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

Color convert

RGB 131 97 206 -
CMYK 0.36 0.53 0 0.19
HSL 258.72º 0.53% 0.59% -
HSV(B) 258.72º 0.53% 0.81% -
XYZ 24.78 17.83 60.53 -
YUV 119.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 131 97 206 0.36 0.53 0 0.19 258.72 0.53 0.59
Hex 83 61 CE 24 35 0 13 103 35 3B
Octal 203 141 316 44 65 0 23 403 65 73
Binary 10000011 1100001 11001110 100100 110101 0 10011 100000011 110101 111011

Color Harmonies of #8361CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361CE

Black with #8361CE

Text Example


Text Example

White with #8361CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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