Html Css Color HEX #9836EA Blue Violet

📋 copy color: '#9836EA'

red 152 ◦ green 54 ◦ blue 234

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

Shades of Blue Violet #9836EA

Tints of Blue Violet #9836EA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.27%

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 34.55%
G = 12.27%
B = 53.18%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9836EA (or 0x9836EA) is known color: Blue Violet. HEX triplet: 98, 36 and EA. RGB value is (152,54,234). Sum of RGB (Red+Green+Blue) = 152+54+234=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #9836EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9836EA is #67C915. Grayscale: #676767. Windows color (decimal): -6801686 or 15349400. OLE color: 15349400.

HSL color Cylindrical-coordinate representation of color #9836EA: hue angle of 272.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9836EA is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 54 234 -
CMYK 0.35 0.77 0 0.08
HSL 272.67º 0.81% 0.56% -
HSV(B) 272.67º 0.77% 0.92% -
XYZ 29.12 15.25 79.25 -
YUV 103.82 201.47 162.36 -
System Red Green Blue C M Y K H S L
Decimal 152 54 234 0.35 0.77 0 0.08 272.67 0.81 0.56
Hex 98 36 EA 23 4D 0 8 111 51 38
Octal 230 66 352 43 115 0 10 421 121 70
Binary 10011000 110110 11101010 100011 1001101 0 1000 100010001 1010001 111000

Color Harmonies of #9836EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9836EA

Black with #9836EA

Text Example


Text Example

White with #9836EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9836EA; }

 p { color: rgb(152,54,234); }

 H1.HeaderClassName
 {
   color: #9836EA;
 }
 .AnyTagClassName
 {
   color: #9836EA;
 }
</style>

background-color css

<style>
 a { background-color: #9836EA; }

 a { background-color: rgb(152,54,234); }

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

border-color css

<style>
 span { border-color: #9836EA; }

 span { border-color: rgb(152,54,234); }

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