Html Css Color HEX #9736FA Blue Violet

📋 copy color: '#9736FA'

red 151 ◦ green 54 ◦ blue 250

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

Shades of Blue Violet #9736FA

Tints of Blue Violet #9736FA

RGB

 RED value IS 151 (59.38% from 255) = 33.19%

 GREEN value IS 54 (21.48% from 255) = 11.87%

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

R = 33.19%
G = 11.87%
B = 54.95%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9736FA (or 0x9736FA) is known color: Blue Violet. HEX triplet: 97, 36 and FA. RGB value is (151,54,250). Sum of RGB (Red+Green+Blue) = 151+54+250=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #9736FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9736FA is #68C905. Grayscale: #686868. Windows color (decimal): -6867206 or 16397975. OLE color: 16397975.

HSL color Cylindrical-coordinate representation of color #9736FA: hue angle of 269.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9736FA is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 54 250 -
CMYK 0.40 0.78 0 0.02
HSL 269.69º 0.95% 0.6% -
HSV(B) 269.69º 0.78% 0.98% -
XYZ 31.34 16.12 91.9 -
YUV 105.35 209.64 160.56 -
System Red Green Blue C M Y K H S L
Decimal 151 54 250 0.40 0.78 0 0.02 269.69 0.95 0.6
Hex 97 36 FA 28 4E 0 2 10E 5F 3C
Octal 227 66 372 50 116 0 2 416 137 74
Binary 10010111 110110 11111010 101000 1001110 0 10 100001110 1011111 111100

Color Harmonies of #9736FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9736FA

Black with #9736FA

Text Example


Text Example

White with #9736FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,54,250); }

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

background-color css

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

 a { background-color: rgb(151,54,250); }

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

border-color css

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

 span { border-color: rgb(151,54,250); }

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