Html Css Color HEX #9831ED Blue Violet

📋 copy color: '#9831ED'

red 152 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #9831ED

Tints of Blue Violet #9831ED

RGB

 RED value IS 152 (59.77% from 255) = 34.7%

 GREEN value IS 49 (19.53% from 255) = 11.19%

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 34.7%
G = 11.19%
B = 54.11%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9831ED (or 0x9831ED) is known color: Blue Violet. HEX triplet: 98, 31 and ED. RGB value is (152,49,237). Sum of RGB (Red+Green+Blue) = 152+49+237=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #9831ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9831ED is #67CE12. Grayscale: #646464. Windows color (decimal): -6802963 or 15544728. OLE color: 15544728.

HSL color Cylindrical-coordinate representation of color #9831ED: hue angle of 272.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9831ED is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 49 237 -
CMYK 0.36 0.79 0 0.07
HSL 272.87º 0.84% 0.56% -
HSV(B) 272.87º 0.79% 0.93% -
XYZ 29.33 14.99 81.47 -
YUV 101.23 204.62 164.21 -
System Red Green Blue C M Y K H S L
Decimal 152 49 237 0.36 0.79 0 0.07 272.87 0.84 0.56
Hex 98 31 ED 24 4F 0 7 111 54 38
Octal 230 61 355 44 117 0 7 421 124 70
Binary 10011000 110001 11101101 100100 1001111 0 111 100010001 1010100 111000

Color Harmonies of #9831ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831ED

Black with #9831ED

Text Example


Text Example

White with #9831ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9831ED; }

 p { color: rgb(152,49,237); }

 H1.HeaderClassName
 {
   color: #9831ED;
 }
 .AnyTagClassName
 {
   color: #9831ED;
 }
</style>

background-color css

<style>
 a { background-color: #9831ED; }

 a { background-color: rgb(152,49,237); }

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

border-color css

<style>
 span { border-color: #9831ED; }

 span { border-color: rgb(152,49,237); }

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