Html Css Color HEX #940BEB Dark Violet

📋 copy color: '#940BEB'

red 148 ◦ green 11 ◦ blue 235

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

Shades of Dark Violet #940BEB

Tints of Dark Violet #940BEB

RGB

 RED value IS 148 (58.2% from 255) = 37.56%

 GREEN value IS 11 (4.69% from 255) = 2.79%

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

R = 37.56%
G = 2.79%
B = 59.64%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#940BEB (or 0x940BEB) is known color: Dark Violet. HEX triplet: 94, 0B and EB. RGB value is (148,11,235). Sum of RGB (Red+Green+Blue) = 148+11+235=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #940BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940BEB is #6BF414. Grayscale: #4C4C4C. Windows color (decimal): -7074837 or 15403924. OLE color: 15403924.

HSL color Cylindrical-coordinate representation of color #940BEB: hue angle of 276.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940BEB is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 11 235 -
CMYK 0.37 0.95 0 0.08
HSL 276.7º 0.91% 0.48% -
HSV(B) 276.7º 0.95% 0.92% -
XYZ 27.33 12.53 79.58 -
YUV 77.5 216.89 178.29 -
System Red Green Blue C M Y K H S L
Decimal 148 11 235 0.37 0.95 0 0.08 276.7 0.91 0.48
Hex 94 B EB 25 5F 0 8 115 5B 30
Octal 224 13 353 45 137 0 10 425 133 60
Binary 10010100 1011 11101011 100101 1011111 0 1000 100010101 1011011 110000

Color Harmonies of #940BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940BEB

Black with #940BEB

Text Example


Text Example

White with #940BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,11,235); }

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

background-color css

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

 a { background-color: rgb(148,11,235); }

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

border-color css

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

 span { border-color: rgb(148,11,235); }

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