Html Css Color HEX #994BE6 Blue Violet

📋 copy color: '#994BE6'

red 153 ◦ green 75 ◦ blue 230

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

Shades of Blue Violet #994BE6

Tints of Blue Violet #994BE6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

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

R = 33.41%
G = 16.38%
B = 50.22%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#994BE6 (or 0x994BE6) is known color: Blue Violet. HEX triplet: 99, 4B and E6. RGB value is (153,75,230). Sum of RGB (Red+Green+Blue) = 153+75+230=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #994BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BE6 is #66B419. Grayscale: #737373. Windows color (decimal): -6730778 or 15092633. OLE color: 15092633.

HSL color Cylindrical-coordinate representation of color #994BE6: hue angle of 270.19º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994BE6 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 75 230 -
CMYK 0.33 0.67 0 0.10
HSL 270.19º 0.76% 0.6% -
HSV(B) 270.19º 0.67% 0.9% -
XYZ 29.94 17.52 76.67 -
YUV 115.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 153 75 230 0.33 0.67 0 0.10 270.19 0.76 0.6
Hex 99 4B E6 21 43 0 A 10E 4C 3C
Octal 231 113 346 41 103 0 12 416 114 74
Binary 10011001 1001011 11100110 100001 1000011 0 1010 100001110 1001100 111100

Color Harmonies of #994BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BE6

Black with #994BE6

Text Example


Text Example

White with #994BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994BE6; }

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

 H1.HeaderClassName
 {
   color: #994BE6;
 }
 .AnyTagClassName
 {
   color: #994BE6;
 }
</style>

background-color css

<style>
 a { background-color: #994BE6; }

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

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

border-color css

<style>
 span { border-color: #994BE6; }

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

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