Html Css Color HEX #9433BE Dark Orchid

📋 copy color: '#9433BE'

red 148 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #9433BE

Tints of Dark Orchid #9433BE

RGB

 RED value IS 148 (58.2% from 255) = 38.05%

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 38.05%
G = 13.11%
B = 48.84%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9433BE (or 0x9433BE) is known color: Dark Orchid. HEX triplet: 94, 33 and BE. RGB value is (148,51,190). Sum of RGB (Red+Green+Blue) = 148+51+190=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9433BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433BE is #6BCC41. Grayscale: #5F5F5F. Windows color (decimal): -7064642 or 12465044. OLE color: 12465044.

HSL color Cylindrical-coordinate representation of color #9433BE: hue angle of 281.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9433BE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 51 190 -
CMYK 0.22 0.73 0 0.25
HSL 281.87º 0.58% 0.47% -
HSV(B) 281.87º 0.73% 0.75% -
XYZ 22.69 12.38 49.91 -
YUV 95.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 148 51 190 0.22 0.73 0 0.25 281.87 0.58 0.47
Hex 94 33 BE 16 49 0 19 11A 3A 2F
Octal 224 63 276 26 111 0 31 432 72 57
Binary 10010100 110011 10111110 10110 1001001 0 11001 100011010 111010 101111

Color Harmonies of #9433BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9433BE

Black with #9433BE

Text Example


Text Example

White with #9433BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9433BE; }

 p { color: rgb(148,51,190); }

 H1.HeaderClassName
 {
   color: #9433BE;
 }
 .AnyTagClassName
 {
   color: #9433BE;
 }
</style>

background-color css

<style>
 a { background-color: #9433BE; }

 a { background-color: rgb(148,51,190); }

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

border-color css

<style>
 span { border-color: #9433BE; }

 span { border-color: rgb(148,51,190); }

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