Html Css Color HEX #9525EA Blue Violet

📋 copy color: '#9525EA'

red 149 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #9525EA

Tints of Blue Violet #9525EA

RGB

 RED value IS 149 (58.59% from 255) = 35.48%

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

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 35.48%
G = 8.81%
B = 55.71%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9525EA (or 0x9525EA) is known color: Blue Violet. HEX triplet: 95, 25 and EA. RGB value is (149,37,234). Sum of RGB (Red+Green+Blue) = 149+37+234=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #9525EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9525EA is #6ADA15. Grayscale: #5C5C5C. Windows color (decimal): -7002646 or 15345045. OLE color: 15345045.

HSL color Cylindrical-coordinate representation of color #9525EA: hue angle of 274.11º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9525EA is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 37 234 -
CMYK 0.36 0.84 0 0.08
HSL 274.11º 0.82% 0.53% -
HSV(B) 274.11º 0.84% 0.92% -
XYZ 27.91 13.65 79.01 -
YUV 92.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 149 37 234 0.36 0.84 0 0.08 274.11 0.82 0.53
Hex 95 25 EA 24 54 0 8 112 52 35
Octal 225 45 352 44 124 0 10 422 122 65
Binary 10010101 100101 11101010 100100 1010100 0 1000 100010010 1010010 110101

Color Harmonies of #9525EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525EA

Black with #9525EA

Text Example


Text Example

White with #9525EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9525EA; }

 p { color: rgb(149,37,234); }

 H1.HeaderClassName
 {
   color: #9525EA;
 }
 .AnyTagClassName
 {
   color: #9525EA;
 }
</style>

background-color css

<style>
 a { background-color: #9525EA; }

 a { background-color: rgb(149,37,234); }

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

border-color css

<style>
 span { border-color: #9525EA; }

 span { border-color: rgb(149,37,234); }

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