Html Css Color HEX #9143EE Blue Violet

📋 copy color: '#9143EE'

red 145 ◦ green 67 ◦ blue 238

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

Shades of Blue Violet #9143EE

Tints of Blue Violet #9143EE

RGB

 RED value IS 145 (57.03% from 255) = 32.22%

 GREEN value IS 67 (26.56% from 255) = 14.89%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 32.22%
G = 14.89%
B = 52.89%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9143EE (or 0x9143EE) is known color: Blue Violet. HEX triplet: 91, 43 and EE. RGB value is (145,67,238). Sum of RGB (Red+Green+Blue) = 145+67+238=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #9143EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9143EE is #6EBC11. Grayscale: #6D6D6D. Windows color (decimal): -7257106 or 15614865. OLE color: 15614865.

HSL color Cylindrical-coordinate representation of color #9143EE: hue angle of 267.37º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9143EE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 67 238 -
CMYK 0.39 0.72 0 0.07
HSL 267.37º 0.83% 0.6% -
HSV(B) 267.37º 0.72% 0.93% -
XYZ 29.12 16.21 82.48 -
YUV 109.82 200.34 153.1 -
System Red Green Blue C M Y K H S L
Decimal 145 67 238 0.39 0.72 0 0.07 267.37 0.83 0.6
Hex 91 43 EE 27 48 0 7 10B 53 3C
Octal 221 103 356 47 110 0 7 413 123 74
Binary 10010001 1000011 11101110 100111 1001000 0 111 100001011 1010011 111100

Color Harmonies of #9143EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9143EE

Black with #9143EE

Text Example


Text Example

White with #9143EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9143EE; }

 p { color: rgb(145,67,238); }

 H1.HeaderClassName
 {
   color: #9143EE;
 }
 .AnyTagClassName
 {
   color: #9143EE;
 }
</style>

background-color css

<style>
 a { background-color: #9143EE; }

 a { background-color: rgb(145,67,238); }

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

border-color css

<style>
 span { border-color: #9143EE; }

 span { border-color: rgb(145,67,238); }

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