Html Css Color HEX #8038DD Blue Violet

📋 copy color: '#8038DD'

red 128 ◦ green 56 ◦ blue 221

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

Shades of Blue Violet #8038DD

Tints of Blue Violet #8038DD

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

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

 BLUE value IS 221 (86.72% from 255) = 54.57%

R = 31.6%
G = 13.83%
B = 54.57%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8038DD (or 0x8038DD) is known color: Blue Violet. HEX triplet: 80, 38 and DD. RGB value is (128,56,221). Sum of RGB (Red+Green+Blue) = 128+56+221=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #8038DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038DD is #7FC722. Grayscale: #5F5F5F. Windows color (decimal): -8374051 or 14497920. OLE color: 14497920.

HSL color Cylindrical-coordinate representation of color #8038DD: hue angle of 266.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8038DD is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 56 221 -
CMYK 0.42 0.75 0 0.13
HSL 266.18º 0.71% 0.54% -
HSV(B) 266.18º 0.75% 0.87% -
XYZ 23.37 12.64 69.61 -
YUV 96.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 128 56 221 0.42 0.75 0 0.13 266.18 0.71 0.54
Hex 80 38 DD 2A 4B 0 D 10A 47 36
Octal 200 70 335 52 113 0 15 412 107 66
Binary 10000000 111000 11011101 101010 1001011 0 1101 100001010 1000111 110110

Color Harmonies of #8038DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8038DD

Black with #8038DD

Text Example


Text Example

White with #8038DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8038DD; }

 p { color: rgb(128,56,221); }

 H1.HeaderClassName
 {
   color: #8038DD;
 }
 .AnyTagClassName
 {
   color: #8038DD;
 }
</style>

background-color css

<style>
 a { background-color: #8038DD; }

 a { background-color: rgb(128,56,221); }

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

border-color css

<style>
 span { border-color: #8038DD; }

 span { border-color: rgb(128,56,221); }

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