Html Css Color HEX #9D1EEA Blue Violet

📋 copy color: '#9D1EEA'

red 157 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #9D1EEA

Tints of Blue Violet #9D1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.13%

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

R = 37.29%
G = 7.13%
B = 55.58%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D1EEA (or 0x9D1EEA) is known color: Blue Violet. HEX triplet: 9D, 1E and EA. RGB value is (157,30,234). Sum of RGB (Red+Green+Blue) = 157+30+234=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1EEA is #62E115. Grayscale: #5A5A5A. Windows color (decimal): -6480150 or 15343261. OLE color: 15343261.

HSL color Cylindrical-coordinate representation of color #9D1EEA: hue angle of 277.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1EEA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 30 234 -
CMYK 0.33 0.87 0 0.08
HSL 277.35º 0.83% 0.52% -
HSV(B) 277.35º 0.87% 0.92% -
XYZ 29.22 14.04 79.01 -
YUV 91.23 208.58 174.91 -
System Red Green Blue C M Y K H S L
Decimal 157 30 234 0.33 0.87 0 0.08 277.35 0.83 0.52
Hex 9D 1E EA 21 57 0 8 115 53 34
Octal 235 36 352 41 127 0 10 425 123 64
Binary 10011101 11110 11101010 100001 1010111 0 1000 100010101 1010011 110100

Color Harmonies of #9D1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1EEA

Black with #9D1EEA

Text Example


Text Example

White with #9D1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,30,234); }

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

background-color css

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

 a { background-color: rgb(157,30,234); }

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

border-color css

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

 span { border-color: rgb(157,30,234); }

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