Html Css Color HEX #8338EC Blue Violet

📋 copy color: '#8338EC'

red 131 ◦ green 56 ◦ blue 236

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

Shades of Blue Violet #8338EC

Tints of Blue Violet #8338EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 30.97%
G = 13.24%
B = 55.79%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8338EC (or 0x8338EC) is known color: Blue Violet. HEX triplet: 83, 38 and EC. RGB value is (131,56,236). Sum of RGB (Red+Green+Blue) = 131+56+236=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #8338EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8338EC is #7CC713. Grayscale: #626262. Windows color (decimal): -8177428 or 15480963. OLE color: 15480963.

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

Color convert

RGB 131 56 236 -
CMYK 0.44 0.76 0 0.07
HSL 265º 0.83% 0.57% -
HSV(B) 265º 0.76% 0.93% -
XYZ 25.91 13.71 80.64 -
YUV 98.95 205.35 150.86 -
System Red Green Blue C M Y K H S L
Decimal 131 56 236 0.44 0.76 0 0.07 265 0.83 0.57
Hex 83 38 EC 2C 4C 0 7 109 53 39
Octal 203 70 354 54 114 0 7 411 123 71
Binary 10000011 111000 11101100 101100 1001100 0 111 100001001 1010011 111001

Color Harmonies of #8338EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338EC

Black with #8338EC

Text Example


Text Example

White with #8338EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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