Html Css Color HEX #8305EE Dark Violet

📋 copy color: '#8305EE'

red 131 ◦ green 5 ◦ blue 238

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

Shades of Dark Violet #8305EE

Tints of Dark Violet #8305EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 238 (93.36% from 255) = 63.64%

R = 35.03%
G = 1.34%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8305EE (or 0x8305EE) is known color: Dark Violet. HEX triplet: 83, 05 and EE. RGB value is (131,5,238). Sum of RGB (Red+Green+Blue) = 131+5+238=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #8305EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8305EE is #7CFA11. Grayscale: #444444. Windows color (decimal): -8190482 or 15598979. OLE color: 15598979.

HSL color Cylindrical-coordinate representation of color #8305EE: hue angle of 272.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8305EE is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 5 238 -
CMYK 0.45 0.98 0 0.07
HSL 272.45º 0.96% 0.48% -
HSV(B) 272.45º 0.98% 0.93% -
XYZ 24.85 11.11 81.72 -
YUV 69.24 223.24 172.05 -
System Red Green Blue C M Y K H S L
Decimal 131 5 238 0.45 0.98 0 0.07 272.45 0.96 0.48
Hex 83 5 EE 2D 62 0 7 110 60 30
Octal 203 5 356 55 142 0 7 420 140 60
Binary 10000011 101 11101110 101101 1100010 0 111 100010000 1100000 110000

Color Harmonies of #8305EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8305EE

Black with #8305EE

Text Example


Text Example

White with #8305EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8305EE; }

 p { color: rgb(131,5,238); }

 H1.HeaderClassName
 {
   color: #8305EE;
 }
 .AnyTagClassName
 {
   color: #8305EE;
 }
</style>

background-color css

<style>
 a { background-color: #8305EE; }

 a { background-color: rgb(131,5,238); }

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

border-color css

<style>
 span { border-color: #8305EE; }

 span { border-color: rgb(131,5,238); }

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