Html Css Color HEX #9425D9 Blue Violet

📋 copy color: '#9425D9'

red 148 ◦ green 37 ◦ blue 217

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

Shades of Blue Violet #9425D9

Tints of Blue Violet #9425D9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.2%

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

R = 36.82%
G = 9.2%
B = 53.98%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9425D9 (or 0x9425D9) is known color: Blue Violet. HEX triplet: 94, 25 and D9. RGB value is (148,37,217). Sum of RGB (Red+Green+Blue) = 148+37+217=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #9425D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425D9 is #6BDA26. Grayscale: #5A5A5A. Windows color (decimal): -7068199 or 14230932. OLE color: 14230932.

HSL color Cylindrical-coordinate representation of color #9425D9: hue angle of 277º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9425D9 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 37 217 -
CMYK 0.32 0.83 0 0.15
HSL 277º 0.71% 0.5% -
HSV(B) 277º 0.83% 0.85% -
XYZ 25.4 12.63 66.74 -
YUV 90.71 199.27 168.86 -
System Red Green Blue C M Y K H S L
Decimal 148 37 217 0.32 0.83 0 0.15 277 0.71 0.5
Hex 94 25 D9 20 53 0 F 115 47 32
Octal 224 45 331 40 123 0 17 425 107 62
Binary 10010100 100101 11011001 100000 1010011 0 1111 100010101 1000111 110010

Color Harmonies of #9425D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9425D9

Black with #9425D9

Text Example


Text Example

White with #9425D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,37,217); }

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

background-color css

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

 a { background-color: rgb(148,37,217); }

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

border-color css

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

 span { border-color: rgb(148,37,217); }

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