Html Css Color HEX #9B3CEE Blue Violet

📋 copy color: '#9B3CEE'

red 155 ◦ green 60 ◦ blue 238

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

Shades of Blue Violet #9B3CEE

Tints of Blue Violet #9B3CEE

RGB

 RED value IS 155 (60.94% from 255) = 34.22%

 GREEN value IS 60 (23.83% from 255) = 13.25%

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

R = 34.22%
G = 13.25%
B = 52.54%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B3CEE (or 0x9B3CEE) is known color: Blue Violet. HEX triplet: 9B, 3C and EE. RGB value is (155,60,238). Sum of RGB (Red+Green+Blue) = 155+60+238=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3CEE is #64C311. Grayscale: #6C6C6C. Windows color (decimal): -6603538 or 15613083. OLE color: 15613083.

HSL color Cylindrical-coordinate representation of color #9B3CEE: hue angle of 272.02º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3CEE is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 60 238 -
CMYK 0.35 0.75 0 0.07
HSL 272.02º 0.84% 0.58% -
HSV(B) 272.02º 0.75% 0.93% -
XYZ 30.57 16.37 82.44 -
YUV 108.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 155 60 238 0.35 0.75 0 0.07 272.02 0.84 0.58
Hex 9B 3C EE 23 4B 0 7 110 54 3A
Octal 233 74 356 43 113 0 7 420 124 72
Binary 10011011 111100 11101110 100011 1001011 0 111 100010000 1010100 111010

Color Harmonies of #9B3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CEE

Black with #9B3CEE

Text Example


Text Example

White with #9B3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3CEE; }

 p { color: rgb(155,60,238); }

 H1.HeaderClassName
 {
   color: #9B3CEE;
 }
 .AnyTagClassName
 {
   color: #9B3CEE;
 }
</style>

background-color css

<style>
 a { background-color: #9B3CEE; }

 a { background-color: rgb(155,60,238); }

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

border-color css

<style>
 span { border-color: #9B3CEE; }

 span { border-color: rgb(155,60,238); }

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