Html Css Color HEX #8365CF True V

📋 copy color: '#8365CF'

red 131 ◦ green 101 ◦ blue 207

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

Shades of True V #8365CF

Tints of True V #8365CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 29.84%
G = 23.01%
B = 47.15%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8365CF (or 0x8365CF) is known color: True V. HEX triplet: 83, 65 and CF. RGB value is (131,101,207). Sum of RGB (Red+Green+Blue) = 131+101+207=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8365CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365CF is #7C9A30. Grayscale: #797979. Windows color (decimal): -8165937 or 13591939. OLE color: 13591939.

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

Color convert

RGB 131 101 207 -
CMYK 0.37 0.51 0 0.19
HSL 256.98º 0.52% 0.6% -
HSV(B) 256.98º 0.51% 0.81% -
XYZ 25.28 18.64 61.3 -
YUV 122.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 131 101 207 0.37 0.51 0 0.19 256.98 0.52 0.6
Hex 83 65 CF 25 33 0 13 101 34 3C
Octal 203 145 317 45 63 0 23 401 64 74
Binary 10000011 1100101 11001111 100101 110011 0 10011 100000001 110100 111100

Color Harmonies of #8365CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8365CF

Black with #8365CF

Text Example


Text Example

White with #8365CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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