Html Css Color HEX #993CFA Blue Violet

📋 copy color: '#993CFA'

red 153 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #993CFA

Tints of Blue Violet #993CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.96%

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

R = 33.05%
G = 12.96%
B = 54%

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

#993CFA (or 0x993CFA) is known color: Blue Violet. HEX triplet: 99, 3C and FA. RGB value is (153,60,250). Sum of RGB (Red+Green+Blue) = 153+60+250=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #993CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CFA is #66C305. Grayscale: #6C6C6C. Windows color (decimal): -6734598 or 16399513. OLE color: 16399513.

HSL color Cylindrical-coordinate representation of color #993CFA: hue angle of 269.37º 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 #993CFA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 60 250 -
CMYK 0.39 0.76 0 0.02
HSL 269.37º 0.95% 0.61% -
HSV(B) 269.37º 0.76% 0.98% -
XYZ 32.01 16.91 92.02 -
YUV 109.47 207.31 159.05 -
System Red Green Blue C M Y K H S L
Decimal 153 60 250 0.39 0.76 0 0.02 269.37 0.95 0.61
Hex 99 3C FA 27 4C 0 2 10D 5F 3D
Octal 231 74 372 47 114 0 2 415 137 75
Binary 10011001 111100 11111010 100111 1001100 0 10 100001101 1011111 111101

Color Harmonies of #993CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CFA

Black with #993CFA

Text Example


Text Example

White with #993CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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