Html Css Color HEX #9814FA Blue Violet

📋 copy color: '#9814FA'

red 152 ◦ green 20 ◦ blue 250

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

Shades of Blue Violet #9814FA

Tints of Blue Violet #9814FA

RGB

 RED value IS 152 (59.77% from 255) = 36.02%

 GREEN value IS 20 (8.2% from 255) = 4.74%

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

R = 36.02%
G = 4.74%
B = 59.24%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9814FA (or 0x9814FA) is known color: Blue Violet. HEX triplet: 98, 14 and FA. RGB value is (152,20,250). Sum of RGB (Red+Green+Blue) = 152+20+250=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #9814FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9814FA is #67EB05. Grayscale: #545454. Windows color (decimal): -6810374 or 16389272. OLE color: 16389272.

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

Color convert

RGB 152 20 250 -
CMYK 0.39 0.92 0 0.02
HSL 274.43º 0.96% 0.53% -
HSV(B) 274.43º 0.92% 0.98% -
XYZ 30.45 14.08 91.55 -
YUV 85.69 220.73 175.3 -
System Red Green Blue C M Y K H S L
Decimal 152 20 250 0.39 0.92 0 0.02 274.43 0.96 0.53
Hex 98 14 FA 27 5C 0 2 112 60 35
Octal 230 24 372 47 134 0 2 422 140 65
Binary 10011000 10100 11111010 100111 1011100 0 10 100010010 1100000 110101

Color Harmonies of #9814FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814FA

Black with #9814FA

Text Example


Text Example

White with #9814FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9814FA; }

 p { color: rgb(152,20,250); }

 H1.HeaderClassName
 {
   color: #9814FA;
 }
 .AnyTagClassName
 {
   color: #9814FA;
 }
</style>

background-color css

<style>
 a { background-color: #9814FA; }

 a { background-color: rgb(152,20,250); }

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

border-color css

<style>
 span { border-color: #9814FA; }

 span { border-color: rgb(152,20,250); }

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