Html Css Color HEX #940CFA Blue Violet

📋 copy color: '#940CFA'

red 148 ◦ green 12 ◦ blue 250

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

Shades of Blue Violet #940CFA

Tints of Blue Violet #940CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

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

R = 36.1%
G = 2.93%
B = 60.98%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#940CFA (or 0x940CFA) is known color: Blue Violet. HEX triplet: 94, 0C and FA. RGB value is (148,12,250). Sum of RGB (Red+Green+Blue) = 148+12+250=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #940CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CFA is #6BF305. Grayscale: #4E4E4E. Windows color (decimal): -7074566 or 16387220. OLE color: 16387220.

HSL color Cylindrical-coordinate representation of color #940CFA: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CFA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 12 250 -
CMYK 0.41 0.95 0 0.02
HSL 274.29º 0.96% 0.51% -
HSV(B) 274.29º 0.95% 0.98% -
XYZ 29.6 13.46 91.48 -
YUV 79.8 224.06 176.65 -
System Red Green Blue C M Y K H S L
Decimal 148 12 250 0.41 0.95 0 0.02 274.29 0.96 0.51
Hex 94 C FA 29 5F 0 2 112 60 33
Octal 224 14 372 51 137 0 2 422 140 63
Binary 10010100 1100 11111010 101001 1011111 0 10 100010010 1100000 110011

Color Harmonies of #940CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CFA

Black with #940CFA

Text Example


Text Example

White with #940CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,12,250); }

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

background-color css

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

 a { background-color: rgb(148,12,250); }

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

border-color css

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

 span { border-color: rgb(148,12,250); }

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