Html Css Color HEX #9934E6 Blue Violet

📋 copy color: '#9934E6'

red 153 ◦ green 52 ◦ blue 230

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

Shades of Blue Violet #9934E6

Tints of Blue Violet #9934E6

RGB

 RED value IS 153 (60.16% from 255) = 35.17%

 GREEN value IS 52 (20.7% from 255) = 11.95%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 35.17%
G = 11.95%
B = 52.87%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9934E6 (or 0x9934E6) is known color: Blue Violet. HEX triplet: 99, 34 and E6. RGB value is (153,52,230). Sum of RGB (Red+Green+Blue) = 153+52+230=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #9934E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9934E6 is #66CB19. Grayscale: #656565. Windows color (decimal): -6736666 or 15086745. OLE color: 15086745.

HSL color Cylindrical-coordinate representation of color #9934E6: hue angle of 274.04º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9934E6 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 52 230 -
CMYK 0.33 0.77 0 0.10
HSL 274.05º 0.78% 0.55% -
HSV(B) 274.05º 0.77% 0.9% -
XYZ 28.65 14.94 76.24 -
YUV 102.49 199.96 164.03 -
System Red Green Blue C M Y K H S L
Decimal 153 52 230 0.33 0.77 0 0.10 274.05 0.78 0.55
Hex 99 34 E6 21 4D 0 A 112 4E 37
Octal 231 64 346 41 115 0 12 422 116 67
Binary 10011001 110100 11100110 100001 1001101 0 1010 100010010 1001110 110111

Color Harmonies of #9934E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934E6

Black with #9934E6

Text Example


Text Example

White with #9934E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9934E6; }

 p { color: rgb(153,52,230); }

 H1.HeaderClassName
 {
   color: #9934E6;
 }
 .AnyTagClassName
 {
   color: #9934E6;
 }
</style>

background-color css

<style>
 a { background-color: #9934E6; }

 a { background-color: rgb(153,52,230); }

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

border-color css

<style>
 span { border-color: #9934E6; }

 span { border-color: rgb(153,52,230); }

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