Html Css Color HEX #993AFB Blue Violet

📋 copy color: '#993AFB'

red 153 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #993AFB

Tints of Blue Violet #993AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.55%

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 33.12%
G = 12.55%
B = 54.33%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#993AFB (or 0x993AFB) is known color: Blue Violet. HEX triplet: 99, 3A and FB. RGB value is (153,58,251). Sum of RGB (Red+Green+Blue) = 153+58+251=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #993AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AFB is #66C504. Grayscale: #6B6B6B. Windows color (decimal): -6735109 or 16464537. OLE color: 16464537.

HSL color Cylindrical-coordinate representation of color #993AFB: hue angle of 269.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993AFB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 58 251 -
CMYK 0.39 0.77 0 0.02
HSL 269.53º 0.96% 0.61% -
HSV(B) 269.53º 0.77% 0.98% -
XYZ 32.06 16.76 92.81 -
YUV 108.41 208.47 159.81 -
System Red Green Blue C M Y K H S L
Decimal 153 58 251 0.39 0.77 0 0.02 269.53 0.96 0.61
Hex 99 3A FB 27 4D 0 2 10E 60 3D
Octal 231 72 373 47 115 0 2 416 140 75
Binary 10011001 111010 11111011 100111 1001101 0 10 100001110 1100000 111101

Color Harmonies of #993AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AFB

Black with #993AFB

Text Example


Text Example

White with #993AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993AFB; }

 p { color: rgb(153,58,251); }

 H1.HeaderClassName
 {
   color: #993AFB;
 }
 .AnyTagClassName
 {
   color: #993AFB;
 }
</style>

background-color css

<style>
 a { background-color: #993AFB; }

 a { background-color: rgb(153,58,251); }

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

border-color css

<style>
 span { border-color: #993AFB; }

 span { border-color: rgb(153,58,251); }

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