Html Css Color HEX #9619FD Blue Violet

📋 copy color: '#9619FD'

red 150 ◦ green 25 ◦ blue 253

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

Shades of Blue Violet #9619FD

Tints of Blue Violet #9619FD

RGB

 RED value IS 150 (58.98% from 255) = 35.05%

 GREEN value IS 25 (10.16% from 255) = 5.84%

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 35.05%
G = 5.84%
B = 59.11%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9619FD (or 0x9619FD) is known color: Blue Violet. HEX triplet: 96, 19 and FD. RGB value is (150,25,253). Sum of RGB (Red+Green+Blue) = 150+25+253=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #9619FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9619FD is #69E602. Grayscale: #575757. Windows color (decimal): -6940163 or 16587158. OLE color: 16587158.

HSL color Cylindrical-coordinate representation of color #9619FD: hue angle of 272.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9619FD is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 25 253 -
CMYK 0.41 0.90 0 0.01
HSL 272.89º 0.98% 0.55% -
HSV(B) 272.89º 0.9% 0.99% -
XYZ 30.65 14.27 94.07 -
YUV 88.37 220.91 171.96 -
System Red Green Blue C M Y K H S L
Decimal 150 25 253 0.41 0.90 0 0.01 272.89 0.98 0.55
Hex 96 19 FD 29 5A 0 1 111 62 37
Octal 226 31 375 51 132 0 1 421 142 67
Binary 10010110 11001 11111101 101001 1011010 0 1 100010001 1100010 110111

Color Harmonies of #9619FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619FD

Black with #9619FD

Text Example


Text Example

White with #9619FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9619FD; }

 p { color: rgb(150,25,253); }

 H1.HeaderClassName
 {
   color: #9619FD;
 }
 .AnyTagClassName
 {
   color: #9619FD;
 }
</style>

background-color css

<style>
 a { background-color: #9619FD; }

 a { background-color: rgb(150,25,253); }

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

border-color css

<style>
 span { border-color: #9619FD; }

 span { border-color: rgb(150,25,253); }

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