Html Css Color HEX #9831FA Blue Violet

📋 copy color: '#9831FA'

red 152 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #9831FA

Tints of Blue Violet #9831FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 33.7%
G = 10.86%
B = 55.43%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9831FA (or 0x9831FA) is known color: Blue Violet. HEX triplet: 98, 31 and FA. RGB value is (152,49,250). Sum of RGB (Red+Green+Blue) = 152+49+250=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #9831FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9831FA is #67CE05. Grayscale: #666666. Windows color (decimal): -6802950 or 16396696. OLE color: 16396696.

HSL color Cylindrical-coordinate representation of color #9831FA: hue angle of 270.75º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9831FA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 49 250 -
CMYK 0.39 0.80 0 0.02
HSL 270.75º 0.95% 0.59% -
HSV(B) 270.75º 0.8% 0.98% -
XYZ 31.3 15.77 91.84 -
YUV 102.71 211.12 163.16 -
System Red Green Blue C M Y K H S L
Decimal 152 49 250 0.39 0.80 0 0.02 270.75 0.95 0.59
Hex 98 31 FA 27 50 0 2 10F 5F 3B
Octal 230 61 372 47 120 0 2 417 137 73
Binary 10011000 110001 11111010 100111 1010000 0 10 100001111 1011111 111011

Color Harmonies of #9831FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831FA

Black with #9831FA

Text Example


Text Example

White with #9831FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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