Html Css Color HEX #8308EE Dark Violet

📋 copy color: '#8308EE'

red 131 ◦ green 8 ◦ blue 238

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

Shades of Dark Violet #8308EE

Tints of Dark Violet #8308EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.12%

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

R = 34.75%
G = 2.12%
B = 63.13%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8308EE (or 0x8308EE) is known color: Dark Violet. HEX triplet: 83, 08 and EE. RGB value is (131,8,238). Sum of RGB (Red+Green+Blue) = 131+8+238=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #8308EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8308EE is #7CF711. Grayscale: #464646. Windows color (decimal): -8189714 or 15599747. OLE color: 15599747.

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

Color convert

RGB 131 8 238 -
CMYK 0.45 0.97 0 0.07
HSL 272.09º 0.93% 0.48% -
HSV(B) 272.09º 0.97% 0.93% -
XYZ 24.88 11.17 81.73 -
YUV 71 222.25 170.8 -
System Red Green Blue C M Y K H S L
Decimal 131 8 238 0.45 0.97 0 0.07 272.09 0.93 0.48
Hex 83 8 EE 2D 61 0 7 110 5D 30
Octal 203 10 356 55 141 0 7 420 135 60
Binary 10000011 1000 11101110 101101 1100001 0 111 100010000 1011101 110000

Color Harmonies of #8308EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8308EE

Black with #8308EE

Text Example


Text Example

White with #8308EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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