Html Css Color HEX #9425EF Blue Violet

📋 copy color: '#9425EF'

red 148 ◦ green 37 ◦ blue 239

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

Shades of Blue Violet #9425EF

Tints of Blue Violet #9425EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 34.91%
G = 8.73%
B = 56.37%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9425EF (or 0x9425EF) is known color: Blue Violet. HEX triplet: 94, 25 and EF. RGB value is (148,37,239). Sum of RGB (Red+Green+Blue) = 148+37+239=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #9425EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9425EF is #6BDA10. Grayscale: #5C5C5C. Windows color (decimal): -7068177 or 15672724. OLE color: 15672724.

HSL color Cylindrical-coordinate representation of color #9425EF: hue angle of 272.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9425EF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 37 239 -
CMYK 0.38 0.85 0 0.06
HSL 272.97º 0.86% 0.54% -
HSV(B) 272.97º 0.85% 0.94% -
XYZ 28.45 13.85 82.84 -
YUV 93.22 210.27 167.07 -
System Red Green Blue C M Y K H S L
Decimal 148 37 239 0.38 0.85 0 0.06 272.97 0.86 0.54
Hex 94 25 EF 26 55 0 6 111 56 36
Octal 224 45 357 46 125 0 6 421 126 66
Binary 10010100 100101 11101111 100110 1010101 0 110 100010001 1010110 110110

Color Harmonies of #9425EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9425EF

Black with #9425EF

Text Example


Text Example

White with #9425EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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