Html Css Color HEX #9421D7 Blue Violet

📋 copy color: '#9421D7'

red 148 ◦ green 33 ◦ blue 215

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

Shades of Blue Violet #9421D7

Tints of Blue Violet #9421D7

RGB

 RED value IS 148 (58.2% from 255) = 37.37%

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

 BLUE value IS 215 (84.38% from 255) = 54.29%

R = 37.37%
G = 8.33%
B = 54.29%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9421D7 (or 0x9421D7) is known color: Blue Violet. HEX triplet: 94, 21 and D7. RGB value is (148,33,215). Sum of RGB (Red+Green+Blue) = 148+33+215=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #9421D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9421D7 is #6BDE28. Grayscale: #575757. Windows color (decimal): -7069225 or 14098836. OLE color: 14098836.

HSL color Cylindrical-coordinate representation of color #9421D7: hue angle of 277.91º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9421D7 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 33 215 -
CMYK 0.31 0.85 0 0.16
HSL 277.91º 0.73% 0.49% -
HSV(B) 277.91º 0.85% 0.84% -
XYZ 25.02 12.29 65.34 -
YUV 88.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 148 33 215 0.31 0.85 0 0.16 277.91 0.73 0.49
Hex 94 21 D7 1F 55 0 10 116 49 31
Octal 224 41 327 37 125 0 20 426 111 61
Binary 10010100 100001 11010111 11111 1010101 0 10000 100010110 1001001 110001

Color Harmonies of #9421D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9421D7

Black with #9421D7

Text Example


Text Example

White with #9421D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9421D7; }

 p { color: rgb(148,33,215); }

 H1.HeaderClassName
 {
   color: #9421D7;
 }
 .AnyTagClassName
 {
   color: #9421D7;
 }
</style>

background-color css

<style>
 a { background-color: #9421D7; }

 a { background-color: rgb(148,33,215); }

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

border-color css

<style>
 span { border-color: #9421D7; }

 span { border-color: rgb(148,33,215); }

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