Html Css Color HEX #9231D9 Blue Violet

📋 copy color: '#9231D9'

red 146 ◦ green 49 ◦ blue 217

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

Shades of Blue Violet #9231D9

Tints of Blue Violet #9231D9

RGB

 RED value IS 146 (57.42% from 255) = 35.44%

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

 BLUE value IS 217 (85.16% from 255) = 52.67%

R = 35.44%
G = 11.89%
B = 52.67%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9231D9 (or 0x9231D9) is known color: Blue Violet. HEX triplet: 92, 31 and D9. RGB value is (146,49,217). Sum of RGB (Red+Green+Blue) = 146+49+217=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #9231D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231D9 is #6DCE26. Grayscale: #606060. Windows color (decimal): -7196199 or 14234002. OLE color: 14234002.

HSL color Cylindrical-coordinate representation of color #9231D9: hue angle of 274.64º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9231D9 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 49 217 -
CMYK 0.33 0.77 0 0.15
HSL 274.64º 0.69% 0.52% -
HSV(B) 274.64º 0.77% 0.85% -
XYZ 25.48 13.32 66.87 -
YUV 97.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 146 49 217 0.33 0.77 0 0.15 274.64 0.69 0.52
Hex 92 31 D9 21 4D 0 F 113 45 34
Octal 222 61 331 41 115 0 17 423 105 64
Binary 10010010 110001 11011001 100001 1001101 0 1111 100010011 1000101 110100

Color Harmonies of #9231D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9231D9

Black with #9231D9

Text Example


Text Example

White with #9231D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9231D9; }

 p { color: rgb(146,49,217); }

 H1.HeaderClassName
 {
   color: #9231D9;
 }
 .AnyTagClassName
 {
   color: #9231D9;
 }
</style>

background-color css

<style>
 a { background-color: #9231D9; }

 a { background-color: rgb(146,49,217); }

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

border-color css

<style>
 span { border-color: #9231D9; }

 span { border-color: rgb(146,49,217); }

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