Html Css Color HEX #9D25E1 Blue Violet

📋 copy color: '#9D25E1'

red 157 ◦ green 37 ◦ blue 225

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

Shades of Blue Violet #9D25E1

Tints of Blue Violet #9D25E1

RGB

 RED value IS 157 (61.72% from 255) = 37.47%

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

 BLUE value IS 225 (88.28% from 255) = 53.7%

R = 37.47%
G = 8.83%
B = 53.7%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9D25E1 (or 0x9D25E1) is known color: Blue Violet. HEX triplet: 9D, 25 and E1. RGB value is (157,37,225). Sum of RGB (Red+Green+Blue) = 157+37+225=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D25E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D25E1 is #62DA1E. Grayscale: #5D5D5D. Windows color (decimal): -6478367 or 14755229. OLE color: 14755229.

HSL color Cylindrical-coordinate representation of color #9D25E1: hue angle of 278.3º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D25E1 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 37 225 -
CMYK 0.30 0.84 0 0.12
HSL 278.3º 0.76% 0.51% -
HSV(B) 278.3º 0.84% 0.88% -
XYZ 28.16 13.93 72.44 -
YUV 94.31 201.76 172.71 -
System Red Green Blue C M Y K H S L
Decimal 157 37 225 0.30 0.84 0 0.12 278.3 0.76 0.51
Hex 9D 25 E1 1E 54 0 C 116 4C 33
Octal 235 45 341 36 124 0 14 426 114 63
Binary 10011101 100101 11100001 11110 1010100 0 1100 100010110 1001100 110011

Color Harmonies of #9D25E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D25E1

Black with #9D25E1

Text Example


Text Example

White with #9D25E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D25E1; }

 p { color: rgb(157,37,225); }

 H1.HeaderClassName
 {
   color: #9D25E1;
 }
 .AnyTagClassName
 {
   color: #9D25E1;
 }
</style>

background-color css

<style>
 a { background-color: #9D25E1; }

 a { background-color: rgb(157,37,225); }

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

border-color css

<style>
 span { border-color: #9D25E1; }

 span { border-color: rgb(157,37,225); }

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