Html Css Color HEX #994BEB Blue Violet

📋 copy color: '#994BEB'

red 153 ◦ green 75 ◦ blue 235

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

Shades of Blue Violet #994BEB

Tints of Blue Violet #994BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 33.05%
G = 16.2%
B = 50.76%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#994BEB (or 0x994BEB) is known color: Blue Violet. HEX triplet: 99, 4B and EB. RGB value is (153,75,235). Sum of RGB (Red+Green+Blue) = 153+75+235=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #994BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BEB is #66B414. Grayscale: #747474. Windows color (decimal): -6730773 or 15420313. OLE color: 15420313.

HSL color Cylindrical-coordinate representation of color #994BEB: hue angle of 269.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994BEB is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 75 235 -
CMYK 0.35 0.68 0 0.08
HSL 269.25º 0.8% 0.61% -
HSV(B) 269.25º 0.68% 0.92% -
XYZ 30.65 17.8 80.42 -
YUV 116.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 153 75 235 0.35 0.68 0 0.08 269.25 0.8 0.61
Hex 99 4B EB 23 44 0 8 10D 50 3D
Octal 231 113 353 43 104 0 10 415 120 75
Binary 10011001 1001011 11101011 100011 1000100 0 1000 100001101 1010000 111101

Color Harmonies of #994BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BEB

Black with #994BEB

Text Example


Text Example

White with #994BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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