Html Css Color HEX #8236D9 Blue Violet

📋 copy color: '#8236D9'

red 130 ◦ green 54 ◦ blue 217

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

Shades of Blue Violet #8236D9

Tints of Blue Violet #8236D9

RGB

 RED value IS 130 (51.17% from 255) = 32.42%

 GREEN value IS 54 (21.48% from 255) = 13.47%

 BLUE value IS 217 (85.16% from 255) = 54.11%

R = 32.42%
G = 13.47%
B = 54.11%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8236D9 (or 0x8236D9) is known color: Blue Violet. HEX triplet: 82, 36 and D9. RGB value is (130,54,217). Sum of RGB (Red+Green+Blue) = 130+54+217=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #8236D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8236D9 is #7DC926. Grayscale: #5E5E5E. Windows color (decimal): -8243495 or 14235266. OLE color: 14235266.

HSL color Cylindrical-coordinate representation of color #8236D9: hue angle of 267.98º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8236D9 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 54 217 -
CMYK 0.40 0.75 0 0.15
HSL 267.98º 0.68% 0.53% -
HSV(B) 267.98º 0.75% 0.85% -
XYZ 23.05 12.39 66.82 -
YUV 95.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 130 54 217 0.40 0.75 0 0.15 267.98 0.68 0.53
Hex 82 36 D9 28 4B 0 F 10C 44 35
Octal 202 66 331 50 113 0 17 414 104 65
Binary 10000010 110110 11011001 101000 1001011 0 1111 100001100 1000100 110101

Color Harmonies of #8236D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8236D9

Black with #8236D9

Text Example


Text Example

White with #8236D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8236D9; }

 p { color: rgb(130,54,217); }

 H1.HeaderClassName
 {
   color: #8236D9;
 }
 .AnyTagClassName
 {
   color: #8236D9;
 }
</style>

background-color css

<style>
 a { background-color: #8236D9; }

 a { background-color: rgb(130,54,217); }

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

border-color css

<style>
 span { border-color: #8236D9; }

 span { border-color: rgb(130,54,217); }

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