Html Css Color HEX #9427DB Blue Violet

📋 copy color: '#9427DB'

red 148 ◦ green 39 ◦ blue 219

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

Shades of Blue Violet #9427DB

Tints of Blue Violet #9427DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 36.45%
G = 9.61%
B = 53.94%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9427DB (or 0x9427DB) is known color: Blue Violet. HEX triplet: 94, 27 and DB. RGB value is (148,39,219). Sum of RGB (Red+Green+Blue) = 148+39+219=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #9427DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427DB is #6BD824. Grayscale: #5B5B5B. Windows color (decimal): -7067685 or 14362516. OLE color: 14362516.

HSL color Cylindrical-coordinate representation of color #9427DB: hue angle of 276.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9427DB is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 39 219 -
CMYK 0.32 0.82 0 0.14
HSL 276.33º 0.71% 0.51% -
HSV(B) 276.33º 0.82% 0.86% -
XYZ 25.72 12.86 68.14 -
YUV 92.11 199.61 167.86 -
System Red Green Blue C M Y K H S L
Decimal 148 39 219 0.32 0.82 0 0.14 276.33 0.71 0.51
Hex 94 27 DB 20 52 0 E 114 47 33
Octal 224 47 333 40 122 0 16 424 107 63
Binary 10010100 100111 11011011 100000 1010010 0 1110 100010100 1000111 110011

Color Harmonies of #9427DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9427DB

Black with #9427DB

Text Example


Text Example

White with #9427DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9427DB; }

 p { color: rgb(148,39,219); }

 H1.HeaderClassName
 {
   color: #9427DB;
 }
 .AnyTagClassName
 {
   color: #9427DB;
 }
</style>

background-color css

<style>
 a { background-color: #9427DB; }

 a { background-color: rgb(148,39,219); }

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

border-color css

<style>
 span { border-color: #9427DB; }

 span { border-color: rgb(148,39,219); }

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