Html Css Color HEX #9D1AF7 Blue Violet

📋 copy color: '#9D1AF7'

red 157 ◦ green 26 ◦ blue 247

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

Shades of Blue Violet #9D1AF7

Tints of Blue Violet #9D1AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.05%

 BLUE value IS 247 (96.88% from 255) = 57.44%

R = 36.51%
G = 6.05%
B = 57.44%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9D1AF7 (or 0x9D1AF7) is known color: Blue Violet. HEX triplet: 9D, 1A and F7. RGB value is (157,26,247). Sum of RGB (Red+Green+Blue) = 157+26+247=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D1AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1AF7 is #62E508. Grayscale: #595959. Windows color (decimal): -6481161 or 16194205. OLE color: 16194205.

HSL color Cylindrical-coordinate representation of color #9D1AF7: hue angle of 275.57º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1AF7 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 26 247 -
CMYK 0.36 0.89 0 0.03
HSL 275.57º 0.93% 0.54% -
HSV(B) 275.57º 0.89% 0.97% -
XYZ 31.06 14.62 89.18 -
YUV 90.36 216.4 175.53 -
System Red Green Blue C M Y K H S L
Decimal 157 26 247 0.36 0.89 0 0.03 275.57 0.93 0.54
Hex 9D 1A F7 24 59 0 3 114 5D 36
Octal 235 32 367 44 131 0 3 424 135 66
Binary 10011101 11010 11110111 100100 1011001 0 11 100010100 1011101 110110

Color Harmonies of #9D1AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1AF7

Black with #9D1AF7

Text Example


Text Example

White with #9D1AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,26,247); }

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

background-color css

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

 a { background-color: rgb(157,26,247); }

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

border-color css

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

 span { border-color: rgb(157,26,247); }

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