Html Css Color HEX #8338EE Blue Violet

📋 copy color: '#8338EE'

red 131 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #8338EE

Tints of Blue Violet #8338EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.18%

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

R = 30.82%
G = 13.18%
B = 56%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8338EE (or 0x8338EE) is known color: Blue Violet. HEX triplet: 83, 38 and EE. RGB value is (131,56,238). Sum of RGB (Red+Green+Blue) = 131+56+238=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #8338EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8338EE is #7CC711. Grayscale: #626262. Windows color (decimal): -8177426 or 15612035. OLE color: 15612035.

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

Color convert

RGB 131 56 238 -
CMYK 0.45 0.76 0 0.07
HSL 264.73º 0.84% 0.58% -
HSV(B) 264.73º 0.76% 0.93% -
XYZ 26.21 13.83 82.18 -
YUV 99.17 206.35 150.7 -
System Red Green Blue C M Y K H S L
Decimal 131 56 238 0.45 0.76 0 0.07 264.73 0.84 0.58
Hex 83 38 EE 2D 4C 0 7 109 54 3A
Octal 203 70 356 55 114 0 7 411 124 72
Binary 10000011 111000 11101110 101101 1001100 0 111 100001001 1010100 111010

Color Harmonies of #8338EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338EE

Black with #8338EE

Text Example


Text Example

White with #8338EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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