Html Css Color HEX #8361CC True V

📋 copy color: '#8361CC'

red 131 ◦ green 97 ◦ blue 204

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

Shades of True V #8361CC

Tints of True V #8361CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 30.32%
G = 22.45%
B = 47.22%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8361CC (or 0x8361CC) is known color: True V. HEX triplet: 83, 61 and CC. RGB value is (131,97,204). Sum of RGB (Red+Green+Blue) = 131+97+204=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #8361CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361CC is #7C9E33. Grayscale: #767676. Windows color (decimal): -8166964 or 13394307. OLE color: 13394307.

HSL color Cylindrical-coordinate representation of color #8361CC: hue angle of 259.07º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8361CC is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 97 204 -
CMYK 0.36 0.52 0 0.2
HSL 259.07º 0.51% 0.59% -
HSV(B) 259.07º 0.52% 0.8% -
XYZ 24.53 17.73 59.26 -
YUV 119.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 131 97 204 0.36 0.52 0 0.2 259.07 0.51 0.59
Hex 83 61 CC 24 34 0 14 103 33 3B
Octal 203 141 314 44 64 0 24 403 63 73
Binary 10000011 1100001 11001100 100100 110100 0 10100 100000011 110011 111011

Color Harmonies of #8361CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361CC

Black with #8361CC

Text Example


Text Example

White with #8361CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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