Html Css Color HEX #9D1EFD Blue Violet

📋 copy color: '#9D1EFD'

red 157 ◦ green 30 ◦ blue 253

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

Shades of Blue Violet #9D1EFD

Tints of Blue Violet #9D1EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 35.68%
G = 6.82%
B = 57.5%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9D1EFD (or 0x9D1EFD) is known color: Blue Violet. HEX triplet: 9D, 1E and FD. RGB value is (157,30,253). Sum of RGB (Red+Green+Blue) = 157+30+253=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D1EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1EFD is #62E102. Grayscale: #5C5C5C. Windows color (decimal): -6480131 or 16588445. OLE color: 16588445.

HSL color Cylindrical-coordinate representation of color #9D1EFD: hue angle of 274.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1EFD is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 30 253 -
CMYK 0.38 0.88 0 0.01
HSL 274.17º 0.98% 0.55% -
HSV(B) 274.17º 0.88% 0.99% -
XYZ 32.1 15.19 94.17 -
YUV 93.4 218.08 173.37 -
System Red Green Blue C M Y K H S L
Decimal 157 30 253 0.38 0.88 0 0.01 274.17 0.98 0.55
Hex 9D 1E FD 26 58 0 1 112 62 37
Octal 235 36 375 46 130 0 1 422 142 67
Binary 10011101 11110 11111101 100110 1011000 0 1 100010010 1100010 110111

Color Harmonies of #9D1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1EFD

Black with #9D1EFD

Text Example


Text Example

White with #9D1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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