Html Css Color HEX #8921D2 Blue Violet

📋 copy color: '#8921D2'

red 137 ◦ green 33 ◦ blue 210

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

Shades of Blue Violet #8921D2

Tints of Blue Violet #8921D2

RGB

 RED value IS 137 (53.91% from 255) = 36.05%

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 210 (82.42% from 255) = 55.26%

R = 36.05%
G = 8.68%
B = 55.26%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8921D2 (or 0x8921D2) is known color: Blue Violet. HEX triplet: 89, 21 and D2. RGB value is (137,33,210). Sum of RGB (Red+Green+Blue) = 137+33+210=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #8921D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8921D2 is #76DE2D. Grayscale: #535353. Windows color (decimal): -7790126 or 13771145. OLE color: 13771145.

HSL color Cylindrical-coordinate representation of color #8921D2: hue angle of 275.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8921D2 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 33 210 -
CMYK 0.35 0.84 0 0.18
HSL 275.25º 0.73% 0.48% -
HSV(B) 275.25º 0.84% 0.82% -
XYZ 22.49 11.06 61.92 -
YUV 84.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 137 33 210 0.35 0.84 0 0.18 275.25 0.73 0.48
Hex 89 21 D2 23 54 0 12 113 49 30
Octal 211 41 322 43 124 0 22 423 111 60
Binary 10001001 100001 11010010 100011 1010100 0 10010 100010011 1001001 110000

Color Harmonies of #8921D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8921D2

Black with #8921D2

Text Example


Text Example

White with #8921D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8921D2; }

 p { color: rgb(137,33,210); }

 H1.HeaderClassName
 {
   color: #8921D2;
 }
 .AnyTagClassName
 {
   color: #8921D2;
 }
</style>

background-color css

<style>
 a { background-color: #8921D2; }

 a { background-color: rgb(137,33,210); }

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

border-color css

<style>
 span { border-color: #8921D2; }

 span { border-color: rgb(137,33,210); }

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