Html Css Color HEX #993BFA Blue Violet

📋 copy color: '#993BFA'

red 153 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #993BFA

Tints of Blue Violet #993BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.77%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 33.12%
G = 12.77%
B = 54.11%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#993BFA (or 0x993BFA) is known color: Blue Violet. HEX triplet: 99, 3B and FA. RGB value is (153,59,250). Sum of RGB (Red+Green+Blue) = 153+59+250=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #993BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BFA is #66C405. Grayscale: #6C6C6C. Windows color (decimal): -6734854 or 16399257. OLE color: 16399257.

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

Color convert

RGB 153 59 250 -
CMYK 0.39 0.76 0 0.02
HSL 269.53º 0.95% 0.61% -
HSV(B) 269.53º 0.76% 0.98% -
XYZ 31.96 16.8 92 -
YUV 108.88 207.64 159.47 -
System Red Green Blue C M Y K H S L
Decimal 153 59 250 0.39 0.76 0 0.02 269.53 0.95 0.61
Hex 99 3B FA 27 4C 0 2 10E 5F 3D
Octal 231 73 372 47 114 0 2 416 137 75
Binary 10011001 111011 11111010 100111 1001100 0 10 100001110 1011111 111101

Color Harmonies of #993BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BFA

Black with #993BFA

Text Example


Text Example

White with #993BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,59,250); }

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

background-color css

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

 a { background-color: rgb(153,59,250); }

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

border-color css

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

 span { border-color: rgb(153,59,250); }

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