Html Css Color HEX #8360CF True V

📋 copy color: '#8360CF'

red 131 ◦ green 96 ◦ blue 207

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

Shades of True V #8360CF

Tints of True V #8360CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 30.18%
G = 22.12%
B = 47.7%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8360CF (or 0x8360CF) is known color: True V. HEX triplet: 83, 60 and CF. RGB value is (131,96,207). Sum of RGB (Red+Green+Blue) = 131+96+207=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8360CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360CF is #7C9F30. Grayscale: #767676. Windows color (decimal): -8167217 or 13590659. OLE color: 13590659.

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

Color convert

RGB 131 96 207 -
CMYK 0.37 0.54 0 0.19
HSL 258.92º 0.54% 0.59% -
HSV(B) 258.92º 0.54% 0.81% -
XYZ 24.81 17.7 61.14 -
YUV 119.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 131 96 207 0.37 0.54 0 0.19 258.92 0.54 0.59
Hex 83 60 CF 25 36 0 13 103 36 3B
Octal 203 140 317 45 66 0 23 403 66 73
Binary 10000011 1100000 11001111 100101 110110 0 10011 100000011 110110 111011

Color Harmonies of #8360CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360CF

Black with #8360CF

Text Example


Text Example

White with #8360CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8360CF; }

 p { color: rgb(131,96,207); }

 H1.HeaderClassName
 {
   color: #8360CF;
 }
 .AnyTagClassName
 {
   color: #8360CF;
 }
</style>

background-color css

<style>
 a { background-color: #8360CF; }

 a { background-color: rgb(131,96,207); }

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

border-color css

<style>
 span { border-color: #8360CF; }

 span { border-color: rgb(131,96,207); }

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